Html Css Color HEX #D41EAF Spicy Pink

📋 copy color: '#D41EAF'

red 212 ◦ green 30 ◦ blue 175

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

Shades of Spicy Pink #D41EAF

Tints of Spicy Pink #D41EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.19%

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

R = 50.84%
G = 7.19%
B = 41.97%

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

#D41EAF (or 0xD41EAF) is known color: Spicy Pink. HEX triplet: D4, 1E and AF. RGB value is (212,30,175). Sum of RGB (Red+Green+Blue) = 212+30+175=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D41EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41EAF is #2BE150. Grayscale: #646464. Windows color (decimal): -2875729 or 11476692. OLE color: 11476692.

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

Color convert

RGB 212 30 175 -
CMYK 0 0.86 0.17 0.17
HSL 312.2º 0.75% 0.47% -
HSV(B) 312.2º 0.86% 0.83% -
XYZ 35.35 18.02 42.17 -
YUV 100.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 212 30 175 0 0.86 0.17 0.17 312.2 0.75 0.47
Hex D4 1E AF 0 56 11 11 138 4B 2F
Octal 324 36 257 0 126 21 21 470 113 57
Binary 11010100 11110 10101111 0 1010110 10001 10001 100111000 1001011 101111

Color Harmonies of #D41EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EAF

Black with #D41EAF

Text Example


Text Example

White with #D41EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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