Html Css Color HEX #DE11A8 Hollywood Cerise

📋 copy color: '#DE11A8'

red 222 ◦ green 17 ◦ blue 168

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

Shades of Hollywood Cerise #DE11A8

Tints of Hollywood Cerise #DE11A8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.18%

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

R = 54.55%
G = 4.18%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE11A8 (or 0xDE11A8) is known color: Hollywood Cerise. HEX triplet: DE, 11 and A8. RGB value is (222,17,168). Sum of RGB (Red+Green+Blue) = 222+17+168=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE11A8 is #21EE57. Grayscale: #5F5F5F. Windows color (decimal): -2223704 or 11014622. OLE color: 11014622.

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

Color convert

RGB 222 17 168 -
CMYK 0 0.92 0.24 0.13
HSL 315.8º 0.86% 0.47% -
HSV(B) 315.8º 0.92% 0.87% -
XYZ 37.39 18.76 38.7 -
YUV 95.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 222 17 168 0 0.92 0.24 0.13 315.8 0.86 0.47
Hex DE 11 A8 0 5C 18 D 13C 56 2F
Octal 336 21 250 0 134 30 15 474 126 57
Binary 11011110 10001 10101000 0 1011100 11000 1101 100111100 1010110 101111

Color Harmonies of #DE11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11A8

Black with #DE11A8

Text Example


Text Example

White with #DE11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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