Html Css Color HEX #DE1CAF Spicy Pink

📋 copy color: '#DE1CAF'

red 222 ◦ green 28 ◦ blue 175

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

Shades of Spicy Pink #DE1CAF

Tints of Spicy Pink #DE1CAF

RGB

 RED value IS 222 (87.11% from 255) = 52.24%

 GREEN value IS 28 (11.33% from 255) = 6.59%

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

R = 52.24%
G = 6.59%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE1CAF (or 0xDE1CAF) is known color: Spicy Pink. HEX triplet: DE, 1C and AF. RGB value is (222,28,175). Sum of RGB (Red+Green+Blue) = 222+28+175=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1CAF is #21E350. Grayscale: #666666. Windows color (decimal): -2220881 or 11476190. OLE color: 11476190.

HSL color Cylindrical-coordinate representation of color #DE1CAF: hue angle of 314.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1CAF is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 28 175 -
CMYK 0 0.87 0.21 0.13
HSL 314.54º 0.78% 0.49% -
HSV(B) 314.54º 0.87% 0.87% -
XYZ 38.28 19.46 42.3 -
YUV 102.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 222 28 175 0 0.87 0.21 0.13 314.54 0.78 0.49
Hex DE 1C AF 0 57 15 D 13B 4E 31
Octal 336 34 257 0 127 25 15 473 116 61
Binary 11011110 11100 10101111 0 1010111 10101 1101 100111011 1001110 110001

Color Harmonies of #DE1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1CAF

Black with #DE1CAF

Text Example


Text Example

White with #DE1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1CAF; }

 p { color: rgb(222,28,175); }

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

background-color css

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

 a { background-color: rgb(222,28,175); }

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

border-color css

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

 span { border-color: rgb(222,28,175); }

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