Html Css Color HEX #DD3479 Deep Cerise

📋 copy color: '#DD3479'

red 221 ◦ green 52 ◦ blue 121

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

Shades of Deep Cerise #DD3479

Tints of Deep Cerise #DD3479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

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

R = 56.09%
G = 13.2%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD3479 (or 0xDD3479) is known color: Deep Cerise. HEX triplet: DD, 34 and 79. RGB value is (221,52,121). Sum of RGB (Red+Green+Blue) = 221+52+121=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3479 is #22CB86. Grayscale: #6E6E6E. Windows color (decimal): -2280327 or 7943389. OLE color: 7943389.

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

Color convert

RGB 221 52 121 -
CMYK 0 0.76 0.45 0.13
HSL 335.5º 0.71% 0.54% -
HSV(B) 335.5º 0.76% 0.87% -
XYZ 34.5 19.21 19.98 -
YUV 110.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 221 52 121 0 0.76 0.45 0.13 335.5 0.71 0.54
Hex DD 34 79 0 4C 2D D 150 47 36
Octal 335 64 171 0 114 55 15 520 107 66
Binary 11011101 110100 1111001 0 1001100 101101 1101 101010000 1000111 110110

Color Harmonies of #DD3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3479

Black with #DD3479

Text Example


Text Example

White with #DD3479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3479; }

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

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

background-color css

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

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

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

border-color css

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

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

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