Html Css Color HEX #DE119C Hollywood Cerise

📋 copy color: '#DE119C'

red 222 ◦ green 17 ◦ blue 156

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

Shades of Hollywood Cerise #DE119C

Tints of Hollywood Cerise #DE119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 56.2%
G = 4.3%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE119C (or 0xDE119C) is known color: Hollywood Cerise. HEX triplet: DE, 11 and 9C. RGB value is (222,17,156). Sum of RGB (Red+Green+Blue) = 222+17+156=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE119C is #21EE63. Grayscale: #5D5D5D. Windows color (decimal): -2223716 or 10228190. OLE color: 10228190.

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

Color convert

RGB 222 17 156 -
CMYK 0 0.92 0.30 0.13
HSL 319.32º 0.86% 0.47% -
HSV(B) 319.32º 0.92% 0.87% -
XYZ 36.33 18.33 33.08 -
YUV 94.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 222 17 156 0 0.92 0.30 0.13 319.32 0.86 0.47
Hex DE 11 9C 0 5C 1E D 13F 56 2F
Octal 336 21 234 0 134 36 15 477 126 57
Binary 11011110 10001 10011100 0 1011100 11110 1101 100111111 1010110 101111

Color Harmonies of #DE119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE119C

Black with #DE119C

Text Example


Text Example

White with #DE119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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