Html Css Color HEX #DE0892 Hollywood Cerise

📋 copy color: '#DE0892'

red 222 ◦ green 8 ◦ blue 146

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

Shades of Hollywood Cerise #DE0892

Tints of Hollywood Cerise #DE0892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 59.04%
G = 2.13%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE0892 (or 0xDE0892) is known color: Hollywood Cerise. HEX triplet: DE, 08 and 92. RGB value is (222,8,146). Sum of RGB (Red+Green+Blue) = 222+8+146=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0892 is #21F76D. Grayscale: #575757. Windows color (decimal): -2226030 or 9570526. OLE color: 9570526.

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

Color convert

RGB 222 8 146 -
CMYK 0 0.96 0.34 0.13
HSL 321.31º 0.93% 0.45% -
HSV(B) 321.31º 0.96% 0.87% -
XYZ 35.4 17.78 28.76 -
YUV 87.72 160.9 223.78 -
System Red Green Blue C M Y K H S L
Decimal 222 8 146 0 0.96 0.34 0.13 321.31 0.93 0.45
Hex DE 8 92 0 60 22 D 141 5D 2D
Octal 336 10 222 0 140 42 15 501 135 55
Binary 11011110 1000 10010010 0 1100000 100010 1101 101000001 1011101 101101

Color Harmonies of #DE0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0892

Black with #DE0892

Text Example


Text Example

White with #DE0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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