Html Css Color HEX #DD0591 Hollywood Cerise

📋 copy color: '#DD0591'

red 221 ◦ green 5 ◦ blue 145

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

Shades of Hollywood Cerise #DD0591

Tints of Hollywood Cerise #DD0591

RGB

 RED value IS 221 (86.72% from 255) = 59.57%

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

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

R = 59.57%
G = 1.35%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD0591 (or 0xDD0591) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 91. RGB value is (221,5,145). Sum of RGB (Red+Green+Blue) = 221+5+145=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0591 is #22FA6E. Grayscale: #555555. Windows color (decimal): -2292335 or 9504221. OLE color: 9504221.

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

Color convert

RGB 221 5 145 -
CMYK 0 0.98 0.34 0.13
HSL 321.11º 0.96% 0.44% -
HSV(B) 321.11º 0.98% 0.87% -
XYZ 34.98 17.53 28.33 -
YUV 85.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 221 5 145 0 0.98 0.34 0.13 321.11 0.96 0.44
Hex DD 5 91 0 62 22 D 141 60 2C
Octal 335 5 221 0 142 42 15 501 140 54
Binary 11011101 101 10010001 0 1100010 100010 1101 101000001 1100000 101100

Color Harmonies of #DD0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0591

Black with #DD0591

Text Example


Text Example

White with #DD0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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