Html Css Color HEX #DE1DA8 Spicy Pink

📋 copy color: '#DE1DA8'

red 222 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #DE1DA8

Tints of Spicy Pink #DE1DA8

RGB

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

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

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

R = 52.98%
G = 6.92%
B = 40.1%

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

#DE1DA8 (or 0xDE1DA8) is known color: Spicy Pink. HEX triplet: DE, 1D and A8. RGB value is (222,29,168). Sum of RGB (Red+Green+Blue) = 222+29+168=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1DA8 is #21E257. Grayscale: #666666. Windows color (decimal): -2220632 or 11017694. OLE color: 11017694.

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

Color convert

RGB 222 29 168 -
CMYK 0 0.87 0.24 0.13
HSL 316.79º 0.77% 0.49% -
HSV(B) 316.79º 0.87% 0.87% -
XYZ 37.63 19.24 38.78 -
YUV 102.55 164.94 213.2 -
System Red Green Blue C M Y K H S L
Decimal 222 29 168 0 0.87 0.24 0.13 316.79 0.77 0.49
Hex DE 1D A8 0 57 18 D 13D 4D 31
Octal 336 35 250 0 127 30 15 475 115 61
Binary 11011110 11101 10101000 0 1010111 11000 1101 100111101 1001101 110001

Color Harmonies of #DE1DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1DA8

Black with #DE1DA8

Text Example


Text Example

White with #DE1DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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