Html Css Color HEX #DD079C Hollywood Cerise

📋 copy color: '#DD079C'

red 221 ◦ green 7 ◦ blue 156

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

Shades of Hollywood Cerise #DD079C

Tints of Hollywood Cerise #DD079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 57.55%
G = 1.82%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD079C (or 0xDD079C) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 9C. RGB value is (221,7,156). Sum of RGB (Red+Green+Blue) = 221+7+156=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD079C is #22F863. Grayscale: #575757. Windows color (decimal): -2291812 or 10225629. OLE color: 10225629.

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

Color convert

RGB 221 7 156 -
CMYK 0 0.97 0.29 0.13
HSL 318.22º 0.94% 0.45% -
HSV(B) 318.22º 0.97% 0.87% -
XYZ 35.9 17.92 33.02 -
YUV 87.97 166.4 222.88 -
System Red Green Blue C M Y K H S L
Decimal 221 7 156 0 0.97 0.29 0.13 318.22 0.94 0.45
Hex DD 7 9C 0 61 1D D 13E 5E 2D
Octal 335 7 234 0 141 35 15 476 136 55
Binary 11011101 111 10011100 0 1100001 11101 1101 100111110 1011110 101101

Color Harmonies of #DD079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD079C

Black with #DD079C

Text Example


Text Example

White with #DD079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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