Html Css Color HEX #DD0592 Hollywood Cerise

📋 copy color: '#DD0592'

red 221 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #DD0592

Tints of Hollywood Cerise #DD0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 59.41%
G = 1.34%
B = 39.25%

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

#DD0592 (or 0xDD0592) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 92. RGB value is (221,5,146). Sum of RGB (Red+Green+Blue) = 221+5+146=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0592 is #22FA6D. Grayscale: #555555. Windows color (decimal): -2292334 or 9569757. OLE color: 9569757.

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

Color convert

RGB 221 5 146 -
CMYK 0 0.98 0.34 0.13
HSL 320.83º 0.96% 0.44% -
HSV(B) 320.83º 0.98% 0.87% -
XYZ 35.06 17.56 28.73 -
YUV 85.66 162.06 224.54 -
System Red Green Blue C M Y K H S L
Decimal 221 5 146 0 0.98 0.34 0.13 320.83 0.96 0.44
Hex DD 5 92 0 62 22 D 141 60 2C
Octal 335 5 222 0 142 42 15 501 140 54
Binary 11011101 101 10010010 0 1100010 100010 1101 101000001 1100000 101100

Color Harmonies of #DD0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0592

Black with #DD0592

Text Example


Text Example

White with #DD0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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