Html Css Color HEX #DE0295 Hollywood Cerise

📋 copy color: '#DE0295'

red 222 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #DE0295

Tints of Hollywood Cerise #DE0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 59.52%
G = 0.54%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE0295 (or 0xDE0295) is known color: Hollywood Cerise. HEX triplet: DE, 02 and 95. RGB value is (222,2,149). Sum of RGB (Red+Green+Blue) = 222+2+149=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0295 is #21FD6A. Grayscale: #545454. Windows color (decimal): -2227563 or 9765598. OLE color: 9765598.

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

Color convert

RGB 222 2 149 -
CMYK 0 0.99 0.33 0.13
HSL 319.91º 0.98% 0.44% -
HSV(B) 319.91º 0.99% 0.87% -
XYZ 35.57 17.74 29.98 -
YUV 84.54 164.39 226.05 -
System Red Green Blue C M Y K H S L
Decimal 222 2 149 0 0.99 0.33 0.13 319.91 0.98 0.44
Hex DE 2 95 0 63 21 D 140 62 2C
Octal 336 2 225 0 143 41 15 500 142 54
Binary 11011110 10 10010101 0 1100011 100001 1101 101000000 1100010 101100

Color Harmonies of #DE0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0295

Black with #DE0295

Text Example


Text Example

White with #DE0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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