Html Css Color HEX #DE1099 Hollywood Cerise

📋 copy color: '#DE1099'

red 222 ◦ green 16 ◦ blue 153

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

Shades of Hollywood Cerise #DE1099

Tints of Hollywood Cerise #DE1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.09%

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

R = 56.78%
G = 4.09%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE1099 (or 0xDE1099) is known color: Hollywood Cerise. HEX triplet: DE, 10 and 99. RGB value is (222,16,153). Sum of RGB (Red+Green+Blue) = 222+16+153=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1099 is #21EF66. Grayscale: #5C5C5C. Windows color (decimal): -2223975 or 10031326. OLE color: 10031326.

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

Color convert

RGB 222 16 153 -
CMYK 0 0.93 0.31 0.13
HSL 320.1º 0.87% 0.47% -
HSV(B) 320.1º 0.93% 0.87% -
XYZ 36.06 18.2 31.75 -
YUV 93.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 222 16 153 0 0.93 0.31 0.13 320.1 0.87 0.47
Hex DE 10 99 0 5D 1F D 140 57 2F
Octal 336 20 231 0 135 37 15 500 127 57
Binary 11011110 10000 10011001 0 1011101 11111 1101 101000000 1010111 101111

Color Harmonies of #DE1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1099

Black with #DE1099

Text Example


Text Example

White with #DE1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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