Html Css Color HEX #D41DAF Spicy Pink

📋 copy color: '#D41DAF'

red 212 ◦ green 29 ◦ blue 175

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

Shades of Spicy Pink #D41DAF

Tints of Spicy Pink #D41DAF

RGB

 RED value IS 212 (83.2% from 255) = 50.96%

 GREEN value IS 29 (11.72% from 255) = 6.97%

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 50.96%
G = 6.97%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D41DAF (or 0xD41DAF) is known color: Spicy Pink. HEX triplet: D4, 1D and AF. RGB value is (212,29,175). Sum of RGB (Red+Green+Blue) = 212+29+175=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41DAF is #2BE250. Grayscale: #636363. Windows color (decimal): -2875985 or 11476436. OLE color: 11476436.

HSL color Cylindrical-coordinate representation of color #D41DAF: hue angle of 312.13º 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 #D41DAF is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 29 175 -
CMYK 0 0.86 0.17 0.17
HSL 312.13º 0.76% 0.47% -
HSV(B) 312.13º 0.86% 0.83% -
XYZ 35.33 17.97 42.16 -
YUV 100.36 170.13 207.63 -
System Red Green Blue C M Y K H S L
Decimal 212 29 175 0 0.86 0.17 0.17 312.13 0.76 0.47
Hex D4 1D AF 0 56 11 11 138 4C 2F
Octal 324 35 257 0 126 21 21 470 114 57
Binary 11010100 11101 10101111 0 1010110 10001 10001 100111000 1001100 101111

Color Harmonies of #D41DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DAF

Black with #D41DAF

Text Example


Text Example

White with #D41DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DAF; }

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

 H1.HeaderClassName
 {
   color: #D41DAF;
 }
 .AnyTagClassName
 {
   color: #D41DAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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