Html Css Color HEX #DE0591 Hollywood Cerise

📋 copy color: '#DE0591'

red 222 ◦ green 5 ◦ blue 145

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

Shades of Hollywood Cerise #DE0591

Tints of Hollywood Cerise #DE0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 59.68%
G = 1.34%
B = 38.98%

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

#DE0591 (or 0xDE0591) is known color: Hollywood Cerise. HEX triplet: DE, 05 and 91. RGB value is (222,5,145). Sum of RGB (Red+Green+Blue) = 222+5+145=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0591 is #21FA6E. Grayscale: #555555. Windows color (decimal): -2226799 or 9504222. OLE color: 9504222.

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

Color convert

RGB 222 5 145 -
CMYK 0 0.98 0.35 0.13
HSL 321.29º 0.96% 0.45% -
HSV(B) 321.29º 0.98% 0.87% -
XYZ 35.29 17.68 28.34 -
YUV 85.84 161.39 225.12 -
System Red Green Blue C M Y K H S L
Decimal 222 5 145 0 0.98 0.35 0.13 321.29 0.96 0.45
Hex DE 5 91 0 62 23 D 141 60 2D
Octal 336 5 221 0 142 43 15 501 140 55
Binary 11011110 101 10010001 0 1100010 100011 1101 101000001 1100000 101101

Color Harmonies of #DE0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0591

Black with #DE0591

Text Example


Text Example

White with #DE0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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