Html Css Color HEX #DE0899 Hollywood Cerise

📋 copy color: '#DE0899'

red 222 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #DE0899

Tints of Hollywood Cerise #DE0899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 57.96%
G = 2.09%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE0899 (or 0xDE0899) is known color: Hollywood Cerise. HEX triplet: DE, 08 and 99. RGB value is (222,8,153). Sum of RGB (Red+Green+Blue) = 222+8+153=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0899 is #21F766. Grayscale: #585858. Windows color (decimal): -2226023 or 10029278. OLE color: 10029278.

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

Color convert

RGB 222 8 153 -
CMYK 0 0.96 0.31 0.13
HSL 319.35º 0.93% 0.45% -
HSV(B) 319.35º 0.96% 0.87% -
XYZ 35.96 18 31.72 -
YUV 88.52 164.4 223.21 -
System Red Green Blue C M Y K H S L
Decimal 222 8 153 0 0.96 0.31 0.13 319.35 0.93 0.45
Hex DE 8 99 0 60 1F D 13F 5D 2D
Octal 336 10 231 0 140 37 15 477 135 55
Binary 11011110 1000 10011001 0 1100000 11111 1101 100111111 1011101 101101

Color Harmonies of #DE0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0899

Black with #DE0899

Text Example


Text Example

White with #DE0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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