Html Css Color HEX #DE1FA8 Spicy Pink

📋 copy color: '#DE1FA8'

red 222 ◦ green 31 ◦ blue 168

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

Shades of Spicy Pink #DE1FA8

Tints of Spicy Pink #DE1FA8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.36%

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 52.73%
G = 7.36%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE1FA8 (or 0xDE1FA8) is known color: Spicy Pink. HEX triplet: DE, 1F and A8. RGB value is (222,31,168). Sum of RGB (Red+Green+Blue) = 222+31+168=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1FA8 is #21E057. Grayscale: #676767. Windows color (decimal): -2220120 or 11018206. OLE color: 11018206.

HSL color Cylindrical-coordinate representation of color #DE1FA8: hue angle of 316.96º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1FA8 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 31 168 -
CMYK 0 0.86 0.24 0.13
HSL 316.96º 0.75% 0.5% -
HSV(B) 316.96º 0.86% 0.87% -
XYZ 37.68 19.34 38.79 -
YUV 103.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 222 31 168 0 0.86 0.24 0.13 316.96 0.75 0.5
Hex DE 1F A8 0 56 18 D 13D 4B 32
Octal 336 37 250 0 126 30 15 475 113 62
Binary 11011110 11111 10101000 0 1010110 11000 1101 100111101 1001011 110010

Color Harmonies of #DE1FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1FA8

Black with #DE1FA8

Text Example


Text Example

White with #DE1FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1FA8; }

 p { color: rgb(222,31,168); }

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

background-color css

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

 a { background-color: rgb(222,31,168); }

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

border-color css

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

 span { border-color: rgb(222,31,168); }

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