Html Css Color HEX #DE0997 Hollywood Cerise

📋 copy color: '#DE0997'

red 222 ◦ green 9 ◦ blue 151

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

Shades of Hollywood Cerise #DE0997

Tints of Hollywood Cerise #DE0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 58.12%
G = 2.36%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE0997 (or 0xDE0997) is known color: Hollywood Cerise. HEX triplet: DE, 09 and 97. RGB value is (222,9,151). Sum of RGB (Red+Green+Blue) = 222+9+151=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0997 is #21F668. Grayscale: #585858. Windows color (decimal): -2225769 or 9898462. OLE color: 9898462.

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

Color convert

RGB 222 9 151 -
CMYK 0 0.96 0.32 0.13
HSL 320º 0.92% 0.45% -
HSV(B) 320º 0.96% 0.87% -
XYZ 35.81 17.96 30.86 -
YUV 88.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 222 9 151 0 0.96 0.32 0.13 320 0.92 0.45
Hex DE 9 97 0 60 20 D 140 5C 2D
Octal 336 11 227 0 140 40 15 500 134 55
Binary 11011110 1001 10010111 0 1100000 100000 1101 101000000 1011100 101101

Color Harmonies of #DE0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0997

Black with #DE0997

Text Example


Text Example

White with #DE0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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