Html Css Color HEX #DD2479 Deep Cerise

📋 copy color: '#DD2479'

red 221 ◦ green 36 ◦ blue 121

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

Shades of Deep Cerise #DD2479

Tints of Deep Cerise #DD2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.52%

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

R = 58.47%
G = 9.52%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD2479 (or 0xDD2479) is known color: Deep Cerise. HEX triplet: DD, 24 and 79. RGB value is (221,36,121). Sum of RGB (Red+Green+Blue) = 221+36+121=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2479 is #22DB86. Grayscale: #646464. Windows color (decimal): -2284423 or 7939293. OLE color: 7939293.

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

Color convert

RGB 221 36 121 -
CMYK 0 0.84 0.45 0.13
HSL 332.43º 0.73% 0.5% -
HSV(B) 332.43º 0.84% 0.87% -
XYZ 33.9 18.01 19.78 -
YUV 101.01 139.29 213.59 -
System Red Green Blue C M Y K H S L
Decimal 221 36 121 0 0.84 0.45 0.13 332.43 0.73 0.5
Hex DD 24 79 0 54 2D D 14C 49 32
Octal 335 44 171 0 124 55 15 514 111 62
Binary 11011101 100100 1111001 0 1010100 101101 1101 101001100 1001001 110010

Color Harmonies of #DD2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2479

Black with #DD2479

Text Example


Text Example

White with #DD2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2479; }

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

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

background-color css

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

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

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

border-color css

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

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

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