Html Css Color HEX #DE0795 Hollywood Cerise

📋 copy color: '#DE0795'

red 222 ◦ green 7 ◦ blue 149

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

Shades of Hollywood Cerise #DE0795

Tints of Hollywood Cerise #DE0795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

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

R = 58.73%
G = 1.85%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE0795 (or 0xDE0795) is known color: Hollywood Cerise. HEX triplet: DE, 07 and 95. RGB value is (222,7,149). Sum of RGB (Red+Green+Blue) = 222+7+149=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0795 is #21F86A. Grayscale: #575757. Windows color (decimal): -2226283 or 9766878. OLE color: 9766878.

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

Color convert

RGB 222 7 149 -
CMYK 0 0.97 0.33 0.13
HSL 320.37º 0.94% 0.45% -
HSV(B) 320.37º 0.97% 0.87% -
XYZ 35.63 17.85 30 -
YUV 87.47 162.73 223.95 -
System Red Green Blue C M Y K H S L
Decimal 222 7 149 0 0.97 0.33 0.13 320.37 0.94 0.45
Hex DE 7 95 0 61 21 D 140 5E 2D
Octal 336 7 225 0 141 41 15 500 136 55
Binary 11011110 111 10010101 0 1100001 100001 1101 101000000 1011110 101101

Color Harmonies of #DE0795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0795

Black with #DE0795

Text Example


Text Example

White with #DE0795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0795; }

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

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

background-color css

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

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

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

border-color css

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

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

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