Html Css Color HEX #DD0799 Hollywood Cerise

📋 copy color: '#DD0799'

red 221 ◦ green 7 ◦ blue 153

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

Shades of Hollywood Cerise #DD0799

Tints of Hollywood Cerise #DD0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 58.01%
G = 1.84%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0799 (or 0xDD0799) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 99. RGB value is (221,7,153). Sum of RGB (Red+Green+Blue) = 221+7+153=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0799 is #22F866. Grayscale: #575757. Windows color (decimal): -2291815 or 10029021. OLE color: 10029021.

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

Color convert

RGB 221 7 153 -
CMYK 0 0.97 0.31 0.13
HSL 319.07º 0.94% 0.45% -
HSV(B) 319.07º 0.97% 0.87% -
XYZ 35.64 17.82 31.7 -
YUV 87.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 221 7 153 0 0.97 0.31 0.13 319.07 0.94 0.45
Hex DD 7 99 0 61 1F D 13F 5E 2D
Octal 335 7 231 0 141 37 15 477 136 55
Binary 11011101 111 10011001 0 1100001 11111 1101 100111111 1011110 101101

Color Harmonies of #DD0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0799

Black with #DD0799

Text Example


Text Example

White with #DD0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0799; }

 p { color: rgb(221,7,153); }

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

background-color css

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

 a { background-color: rgb(221,7,153); }

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

border-color css

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

 span { border-color: rgb(221,7,153); }

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