Html Css Color HEX #DD2979 Deep Cerise

📋 copy color: '#DD2979'

red 221 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #DD2979

Tints of Deep Cerise #DD2979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.7%

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

R = 57.7%
G = 10.7%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD2979 (or 0xDD2979) is known color: Deep Cerise. HEX triplet: DD, 29 and 79. RGB value is (221,41,121). Sum of RGB (Red+Green+Blue) = 221+41+121=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2979 is #22D686. Grayscale: #676767. Windows color (decimal): -2283143 or 7940573. OLE color: 7940573.

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

Color convert

RGB 221 41 121 -
CMYK 0 0.81 0.45 0.13
HSL 333.33º 0.73% 0.51% -
HSV(B) 333.33º 0.81% 0.87% -
XYZ 34.06 18.34 19.83 -
YUV 103.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 221 41 121 0 0.81 0.45 0.13 333.33 0.73 0.51
Hex DD 29 79 0 51 2D D 14D 49 33
Octal 335 51 171 0 121 55 15 515 111 63
Binary 11011101 101001 1111001 0 1010001 101101 1101 101001101 1001001 110011

Color Harmonies of #DD2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2979

Black with #DD2979

Text Example


Text Example

White with #DD2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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