Html Css Color HEX #DE0898 Hollywood Cerise

📋 copy color: '#DE0898'

red 222 ◦ green 8 ◦ blue 152

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

Shades of Hollywood Cerise #DE0898

Tints of Hollywood Cerise #DE0898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.79%

R = 58.12%
G = 2.09%
B = 39.79%

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

#DE0898 (or 0xDE0898) is known color: Hollywood Cerise. HEX triplet: DE, 08 and 98. RGB value is (222,8,152). Sum of RGB (Red+Green+Blue) = 222+8+152=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0898 is #21F767. Grayscale: #585858. Windows color (decimal): -2226024 or 9963742. OLE color: 9963742.

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

Color convert

RGB 222 8 152 -
CMYK 0 0.96 0.32 0.13
HSL 319.63º 0.93% 0.45% -
HSV(B) 319.63º 0.96% 0.87% -
XYZ 35.88 17.97 31.28 -
YUV 88.4 163.9 223.29 -
System Red Green Blue C M Y K H S L
Decimal 222 8 152 0 0.96 0.32 0.13 319.63 0.93 0.45
Hex DE 8 98 0 60 20 D 140 5D 2D
Octal 336 10 230 0 140 40 15 500 135 55
Binary 11011110 1000 10011000 0 1100000 100000 1101 101000000 1011101 101101

Color Harmonies of #DE0898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0898

Black with #DE0898

Text Example


Text Example

White with #DE0898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0898; }

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

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

background-color css

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

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

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

border-color css

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

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

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