Html Css Color HEX #DE0199 Hollywood Cerise

📋 copy color: '#DE0199'

red 222 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #DE0199

Tints of Hollywood Cerise #DE0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 59.04%
G = 0.27%
B = 40.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE0199 (or 0xDE0199) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 99. RGB value is (222,1,153). Sum of RGB (Red+Green+Blue) = 222+1+153=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0199 is #21FE66. Grayscale: #545454. Windows color (decimal): -2227815 or 10027486. OLE color: 10027486.

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

Color convert

RGB 222 1 153 -
CMYK 0 1.00 0.31 0.13
HSL 318.73º 0.99% 0.44% -
HSV(B) 318.73º 1% 0.87% -
XYZ 35.88 17.85 31.69 -
YUV 84.41 166.72 226.14 -
System Red Green Blue C M Y K H S L
Decimal 222 1 153 0 1.00 0.31 0.13 318.73 0.99 0.44
Hex DE 1 99 0 64 1F D 13F 63 2C
Octal 336 1 231 0 144 37 15 477 143 54
Binary 11011110 1 10011001 0 1100100 11111 1101 100111111 1100011 101100

Color Harmonies of #DE0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0199

Black with #DE0199

Text Example


Text Example

White with #DE0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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