Html Css Color HEX #DE0491 Hollywood Cerise

📋 copy color: '#DE0491'

red 222 ◦ green 4 ◦ blue 145

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

Shades of Hollywood Cerise #DE0491

Tints of Hollywood Cerise #DE0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 59.84%
G = 1.08%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE0491 (or 0xDE0491) is known color: Hollywood Cerise. HEX triplet: DE, 04 and 91. RGB value is (222,4,145). Sum of RGB (Red+Green+Blue) = 222+4+145=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0491 is #21FB6E. Grayscale: #545454. Windows color (decimal): -2227055 or 9503966. OLE color: 9503966.

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

Color convert

RGB 222 4 145 -
CMYK 0 0.98 0.35 0.13
HSL 321.19º 0.96% 0.44% -
HSV(B) 321.19º 0.98% 0.87% -
XYZ 35.28 17.66 28.34 -
YUV 85.26 161.72 225.54 -
System Red Green Blue C M Y K H S L
Decimal 222 4 145 0 0.98 0.35 0.13 321.19 0.96 0.44
Hex DE 4 91 0 62 23 D 141 60 2C
Octal 336 4 221 0 142 43 15 501 140 54
Binary 11011110 100 10010001 0 1100010 100011 1101 101000001 1100000 101100

Color Harmonies of #DE0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0491

Black with #DE0491

Text Example


Text Example

White with #DE0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0491; }

 p { color: rgb(222,4,145); }

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

background-color css

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

 a { background-color: rgb(222,4,145); }

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

border-color css

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

 span { border-color: rgb(222,4,145); }

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