Html Css Color HEX #DE0896 Hollywood Cerise

📋 copy color: '#DE0896'

red 222 ◦ green 8 ◦ blue 150

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

Shades of Hollywood Cerise #DE0896

Tints of Hollywood Cerise #DE0896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 58.42%
G = 2.11%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE0896 (or 0xDE0896) is known color: Hollywood Cerise. HEX triplet: DE, 08 and 96. RGB value is (222,8,150). Sum of RGB (Red+Green+Blue) = 222+8+150=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0896 is #21F769. Grayscale: #575757. Windows color (decimal): -2226026 or 9832670. OLE color: 9832670.

HSL color Cylindrical-coordinate representation of color #DE0896: hue angle of 320.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0896 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 8 150 -
CMYK 0 0.96 0.32 0.13
HSL 320.19º 0.93% 0.45% -
HSV(B) 320.19º 0.96% 0.87% -
XYZ 35.72 17.91 30.43 -
YUV 88.17 162.9 223.45 -
System Red Green Blue C M Y K H S L
Decimal 222 8 150 0 0.96 0.32 0.13 320.19 0.93 0.45
Hex DE 8 96 0 60 20 D 140 5D 2D
Octal 336 10 226 0 140 40 15 500 135 55
Binary 11011110 1000 10010110 0 1100000 100000 1101 101000000 1011101 101101

Color Harmonies of #DE0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0896

Black with #DE0896

Text Example


Text Example

White with #DE0896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0896; }

 p { color: rgb(222,8,150); }

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

background-color css

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

 a { background-color: rgb(222,8,150); }

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

border-color css

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

 span { border-color: rgb(222,8,150); }

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