Html Css Color HEX #DD0597 Hollywood Cerise

📋 copy color: '#DD0597'

red 221 ◦ green 5 ◦ blue 151

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

Shades of Hollywood Cerise #DD0597

Tints of Hollywood Cerise #DD0597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 58.62%
G = 1.33%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD0597 (or 0xDD0597) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 97. RGB value is (221,5,151). Sum of RGB (Red+Green+Blue) = 221+5+151=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0597 is #22FA68. Grayscale: #555555. Windows color (decimal): -2292329 or 9897437. OLE color: 9897437.

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

Color convert

RGB 221 5 151 -
CMYK 0 0.98 0.32 0.13
HSL 319.44º 0.96% 0.44% -
HSV(B) 319.44º 0.98% 0.87% -
XYZ 35.46 17.72 30.83 -
YUV 86.23 164.56 224.13 -
System Red Green Blue C M Y K H S L
Decimal 221 5 151 0 0.98 0.32 0.13 319.44 0.96 0.44
Hex DD 5 97 0 62 20 D 13F 60 2C
Octal 335 5 227 0 142 40 15 477 140 54
Binary 11011101 101 10010111 0 1100010 100000 1101 100111111 1100000 101100

Color Harmonies of #DD0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0597

Black with #DD0597

Text Example


Text Example

White with #DD0597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0597; }

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

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

background-color css

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

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

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

border-color css

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

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

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