Html Css Color HEX #DE1CA8 Spicy Pink

📋 copy color: '#DE1CA8'

red 222 ◦ green 28 ◦ blue 168

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

Shades of Spicy Pink #DE1CA8

Tints of Spicy Pink #DE1CA8

RGB

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

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

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

R = 53.11%
G = 6.7%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE1CA8 (or 0xDE1CA8) is known color: Spicy Pink. HEX triplet: DE, 1C and A8. RGB value is (222,28,168). Sum of RGB (Red+Green+Blue) = 222+28+168=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1CA8 is #21E357. Grayscale: #656565. Windows color (decimal): -2220888 or 11017438. OLE color: 11017438.

HSL color Cylindrical-coordinate representation of color #DE1CA8: hue angle of 316.7º 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 #DE1CA8 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 28 168 -
CMYK 0 0.87 0.24 0.13
HSL 316.7º 0.78% 0.49% -
HSV(B) 316.7º 0.87% 0.87% -
XYZ 37.61 19.19 38.77 -
YUV 101.97 165.27 213.62 -
System Red Green Blue C M Y K H S L
Decimal 222 28 168 0 0.87 0.24 0.13 316.7 0.78 0.49
Hex DE 1C A8 0 57 18 D 13D 4E 31
Octal 336 34 250 0 127 30 15 475 116 61
Binary 11011110 11100 10101000 0 1010111 11000 1101 100111101 1001110 110001

Color Harmonies of #DE1CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1CA8

Black with #DE1CA8

Text Example


Text Example

White with #DE1CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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