#D41DAE

Color #D41DAE Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #D41DAE

Tints of Spicy Pink #D41DAE

Color information

#D41DAE (or 0xD41DAE) is unknown color: approx Spicy Pink. HEX triplet: D4, 1D and AE. RGB value is (212,29,174). Sum of RGB (Red+Green+Blue) = 212+29+174=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41DAE is #2BE251. Grayscale: #636363. Windows color (decimal): -2875986 or 11410900. OLE color: 11410900.

HSL color Cylindrical-coordinate representation of color #D41DAE: hue angle of 312.46º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41DAE is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21229174-
CMYK00.860.180.17
HSL312.46º75.93%47.25%-
HSV(B)312.46º86.32%83.14%-
XYZ35.2317.9341.65-
YUV100.25169.63207.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 51.08%
GREEN value IS 29 (11.72% from 255) = 6.99%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=51.08%
G=6.99%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122917400.860.180.17312.4675.9347.25
HexD41DAE05612111384c2f
Octal324352560126222147011457
Binary1101010011101101011100101011010010100011001110001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41DAE; }

 p { color: rgb(212,29,174); }

 H1.HeaderClassName
 {
   color: #D41DAE;
 }
 .AnyTagClassName
 {
   color: #D41DAE;
 }
</style>
background-color css

<style>
 a { background-color: #D41DAE; }

 a { background-color: rgb(212,29,174); }

 div.DivClassName
 {
   background-color: #D41DAE;
 }
 .BgClassName
 {
   background-color: #D41DAE;
 }
</style>
border-color css

<style>
 span { border-color: #D41DAE; }

 span { border-color: rgb(212,29,174); }

 td.TdClassName
 {
   border-color: #D41DAE;
 }
 .TagClassName
 {
   border-color: #D41DAE;
 }
</style>