Html Css Color HEX #DE0096 Hollywood Cerise

📋 copy color: '#DE0096'

red 222 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #DE0096

Tints of Hollywood Cerise #DE0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 59.68%
G = 0%
B = 40.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE0096 (or 0xDE0096) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 96. RGB value is (222,0,150). Sum of RGB (Red+Green+Blue) = 222+0+150=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0096 is #21FF69. Grayscale: #535353. Windows color (decimal): -2228074 or 9830622. OLE color: 9830622.

HSL color Cylindrical-coordinate representation of color #DE0096: hue angle of 319.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0096 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 150 -
CMYK 0 1 0.32 0.13
HSL 319.46º 1% 0.44% -
HSV(B) 319.46º 1% 0.87% -
XYZ 35.63 17.73 30.4 -
YUV 83.48 165.55 226.8 -
System Red Green Blue C M Y K H S L
Decimal 222 0 150 0 1 0.32 0.13 319.46 1 0.44
Hex DE 0 96 0 64 20 D 13F 64 2C
Octal 336 0 226 0 144 40 15 477 144 54
Binary 11011110 0 10010110 0 1100100 100000 1101 100111111 1100100 101100

Color Harmonies of #DE0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0096

Black with #DE0096

Text Example


Text Example

White with #DE0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0096; }

 p { color: rgb(222,0,150); }

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

background-color css

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

 a { background-color: rgb(222,0,150); }

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

border-color css

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

 span { border-color: rgb(222,0,150); }

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