Html Css Color HEX #DE0B99 Hollywood Cerise

📋 copy color: '#DE0B99'

red 222 ◦ green 11 ◦ blue 153

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

Shades of Hollywood Cerise #DE0B99

Tints of Hollywood Cerise #DE0B99

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.85%

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

R = 57.51%
G = 2.85%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE0B99 (or 0xDE0B99) is known color: Hollywood Cerise. HEX triplet: DE, 0B and 99. RGB value is (222,11,153). Sum of RGB (Red+Green+Blue) = 222+11+153=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0B99 is #21F466. Grayscale: #595959. Windows color (decimal): -2225255 or 10030046. OLE color: 10030046.

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

Color convert

RGB 222 11 153 -
CMYK 0 0.95 0.31 0.13
HSL 319.62º 0.91% 0.46% -
HSV(B) 319.62º 0.95% 0.87% -
XYZ 35.99 18.07 31.73 -
YUV 90.28 163.4 221.95 -
System Red Green Blue C M Y K H S L
Decimal 222 11 153 0 0.95 0.31 0.13 319.62 0.91 0.46
Hex DE B 99 0 5F 1F D 140 5B 2E
Octal 336 13 231 0 137 37 15 500 133 56
Binary 11011110 1011 10011001 0 1011111 11111 1101 101000000 1011011 101110

Color Harmonies of #DE0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B99

Black with #DE0B99

Text Example


Text Example

White with #DE0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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