Html Css Color HEX #DD079D Hollywood Cerise

📋 copy color: '#DD079D'

red 221 ◦ green 7 ◦ blue 157

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

Shades of Hollywood Cerise #DD079D

Tints of Hollywood Cerise #DD079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 57.4%
G = 1.82%
B = 40.78%

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

#DD079D (or 0xDD079D) is known color: Hollywood Cerise. HEX triplet: DD, 07 and 9D. RGB value is (221,7,157). Sum of RGB (Red+Green+Blue) = 221+7+157=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD079D is #22F862. Grayscale: #575757. Windows color (decimal): -2291811 or 10291165. OLE color: 10291165.

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

Color convert

RGB 221 7 157 -
CMYK 0 0.97 0.29 0.13
HSL 317.94º 0.94% 0.45% -
HSV(B) 317.94º 0.97% 0.87% -
XYZ 35.98 17.96 33.47 -
YUV 88.09 166.9 222.8 -
System Red Green Blue C M Y K H S L
Decimal 221 7 157 0 0.97 0.29 0.13 317.94 0.94 0.45
Hex DD 7 9D 0 61 1D D 13E 5E 2D
Octal 335 7 235 0 141 35 15 476 136 55
Binary 11011101 111 10011101 0 1100001 11101 1101 100111110 1011110 101101

Color Harmonies of #DD079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD079D

Black with #DD079D

Text Example


Text Example

White with #DD079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD079D; }

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

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

background-color css

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

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

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

border-color css

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

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

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