Html Css Color HEX #D41DAE Spicy Pink

📋 copy color: '#D41DAE'

red 212 ◦ green 29 ◦ blue 174

#D41DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #D41DAE

Tints of Spicy Pink #D41DAE

RGB

 RED value IS 212 (83.2% 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 value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D41DAE (or 0xD41DAE) is known color: 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

RGB 212 29 174 -
CMYK 0 0.86 0.18 0.17
HSL 312.46º 0.76% 0.47% -
HSV(B) 312.46º 0.86% 0.83% -
XYZ 35.23 17.93 41.65 -
YUV 100.25 169.63 207.71 -
System Red Green Blue C M Y K H S L
Decimal 212 29 174 0 0.86 0.18 0.17 312.46 0.76 0.47
Hex D4 1D AE 0 56 12 11 138 4C 2F
Octal 324 35 256 0 126 22 21 470 114 57
Binary 11010100 11101 10101110 0 1010110 10010 10001 100111000 1001100 101111

Color Harmonies of #D41DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DAE

Black with #D41DAE

Text Example


Text Example

White with #D41DAE

Text Example


Text Example

HTML Codes & Css Web 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>