Html Css Color HEX #DE1097 Hollywood Cerise

📋 copy color: '#DE1097'

red 222 ◦ green 16 ◦ blue 151

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

Shades of Hollywood Cerise #DE1097

Tints of Hollywood Cerise #DE1097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 57.07%
G = 4.11%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE1097 (or 0xDE1097) is known color: Hollywood Cerise. HEX triplet: DE, 10 and 97. RGB value is (222,16,151). Sum of RGB (Red+Green+Blue) = 222+16+151=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1097 is #21EF68. Grayscale: #5C5C5C. Windows color (decimal): -2223977 or 9900254. OLE color: 9900254.

HSL color Cylindrical-coordinate representation of color #DE1097: hue angle of 320.68º 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 #DE1097 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 16 151 -
CMYK 0 0.93 0.32 0.13
HSL 320.68º 0.87% 0.47% -
HSV(B) 320.68º 0.93% 0.87% -
XYZ 35.9 18.13 30.89 -
YUV 92.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 222 16 151 0 0.93 0.32 0.13 320.68 0.87 0.47
Hex DE 10 97 0 5D 20 D 141 57 2F
Octal 336 20 227 0 135 40 15 501 127 57
Binary 11011110 10000 10010111 0 1011101 100000 1101 101000001 1010111 101111

Color Harmonies of #DE1097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1097

Black with #DE1097

Text Example


Text Example

White with #DE1097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1097; }

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

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

background-color css

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

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

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

border-color css

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

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

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