Html Css Color HEX #DE159C Hollywood Cerise

📋 copy color: '#DE159C'

red 222 ◦ green 21 ◦ blue 156

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

Shades of Hollywood Cerise #DE159C

Tints of Hollywood Cerise #DE159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

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

R = 55.64%
G = 5.26%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE159C (or 0xDE159C) is known color: Hollywood Cerise. HEX triplet: DE, 15 and 9C. RGB value is (222,21,156). Sum of RGB (Red+Green+Blue) = 222+21+156=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE159C is #21EA63. Grayscale: #606060. Windows color (decimal): -2222692 or 10229214. OLE color: 10229214.

HSL color Cylindrical-coordinate representation of color #DE159C: hue angle of 319.7º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE159C is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 156 -
CMYK 0 0.91 0.30 0.13
HSL 319.7º 0.83% 0.48% -
HSV(B) 319.7º 0.91% 0.87% -
XYZ 36.39 18.47 33.1 -
YUV 96.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 222 21 156 0 0.91 0.30 0.13 319.7 0.83 0.48
Hex DE 15 9C 0 5B 1E D 140 53 30
Octal 336 25 234 0 133 36 15 500 123 60
Binary 11011110 10101 10011100 0 1011011 11110 1101 101000000 1010011 110000

Color Harmonies of #DE159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE159C

Black with #DE159C

Text Example


Text Example

White with #DE159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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