Html Css Color HEX #DE0995 Hollywood Cerise

📋 copy color: '#DE0995'

red 222 ◦ green 9 ◦ blue 149

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

Shades of Hollywood Cerise #DE0995

Tints of Hollywood Cerise #DE0995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 58.42%
G = 2.37%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE0995 (or 0xDE0995) is known color: Hollywood Cerise. HEX triplet: DE, 09 and 95. RGB value is (222,9,149). Sum of RGB (Red+Green+Blue) = 222+9+149=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0995 is #21F66A. Grayscale: #585858. Windows color (decimal): -2225771 or 9767390. OLE color: 9767390.

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

Color convert

RGB 222 9 149 -
CMYK 0 0.96 0.33 0.13
HSL 320.56º 0.92% 0.45% -
HSV(B) 320.56º 0.96% 0.87% -
XYZ 35.65 17.89 30.01 -
YUV 88.65 162.07 223.12 -
System Red Green Blue C M Y K H S L
Decimal 222 9 149 0 0.96 0.33 0.13 320.56 0.92 0.45
Hex DE 9 95 0 60 21 D 141 5C 2D
Octal 336 11 225 0 140 41 15 501 134 55
Binary 11011110 1001 10010101 0 1100000 100001 1101 101000001 1011100 101101

Color Harmonies of #DE0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0995

Black with #DE0995

Text Example


Text Example

White with #DE0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0995; }

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

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

background-color css

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

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

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

border-color css

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

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

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