Html Css Color HEX #DE0E95 Hollywood Cerise

📋 copy color: '#DE0E95'

red 222 ◦ green 14 ◦ blue 149

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

Shades of Hollywood Cerise #DE0E95

Tints of Hollywood Cerise #DE0E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.64%

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 57.66%
G = 3.64%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE0E95 (or 0xDE0E95) is known color: Hollywood Cerise. HEX triplet: DE, 0E and 95. RGB value is (222,14,149). Sum of RGB (Red+Green+Blue) = 222+14+149=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0E95 is #21F16A. Grayscale: #5B5B5B. Windows color (decimal): -2224491 or 9768670. OLE color: 9768670.

HSL color Cylindrical-coordinate representation of color #DE0E95: hue angle of 321.06º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E95 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 14 149 -
CMYK 0 0.94 0.33 0.13
HSL 321.06º 0.88% 0.46% -
HSV(B) 321.06º 0.94% 0.87% -
XYZ 35.71 18.01 30.03 -
YUV 91.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 222 14 149 0 0.94 0.33 0.13 321.06 0.88 0.46
Hex DE E 95 0 5E 21 D 141 58 2E
Octal 336 16 225 0 136 41 15 501 130 56
Binary 11011110 1110 10010101 0 1011110 100001 1101 101000001 1011000 101110

Color Harmonies of #DE0E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E95

Black with #DE0E95

Text Example


Text Example

White with #DE0E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E95; }

 p { color: rgb(222,14,149); }

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

background-color css

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

 a { background-color: rgb(222,14,149); }

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

border-color css

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

 span { border-color: rgb(222,14,149); }

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