Html Css Color HEX #DD2079 Deep Cerise

📋 copy color: '#DD2079'

red 221 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #DD2079

Tints of Deep Cerise #DD2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.56%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 59.09%
G = 8.56%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD2079 (or 0xDD2079) is known color: Deep Cerise. HEX triplet: DD, 20 and 79. RGB value is (221,32,121). Sum of RGB (Red+Green+Blue) = 221+32+121=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2079 is #22DF86. Grayscale: #626262. Windows color (decimal): -2285447 or 7938269. OLE color: 7938269.

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

Color convert

RGB 221 32 121 -
CMYK 0 0.86 0.45 0.13
HSL 331.75º 0.75% 0.5% -
HSV(B) 331.75º 0.86% 0.87% -
XYZ 33.79 17.79 19.74 -
YUV 98.66 140.62 215.26 -
System Red Green Blue C M Y K H S L
Decimal 221 32 121 0 0.86 0.45 0.13 331.75 0.75 0.5
Hex DD 20 79 0 56 2D D 14C 4B 32
Octal 335 40 171 0 126 55 15 514 113 62
Binary 11011101 100000 1111001 0 1010110 101101 1101 101001100 1001011 110010

Color Harmonies of #DD2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2079

Black with #DD2079

Text Example


Text Example

White with #DD2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2079; }

 p { color: rgb(221,32,121); }

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

background-color css

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

 a { background-color: rgb(221,32,121); }

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

border-color css

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

 span { border-color: rgb(221,32,121); }

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