Html Css Color HEX #DD3576 Deep Cerise

📋 copy color: '#DD3576'

red 221 ◦ green 53 ◦ blue 118

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

Shades of Deep Cerise #DD3576

Tints of Deep Cerise #DD3576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 56.38%
G = 13.52%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3576 (or 0xDD3576) is known color: Deep Cerise. HEX triplet: DD, 35 and 76. RGB value is (221,53,118). Sum of RGB (Red+Green+Blue) = 221+53+118=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3576 is #22CA89. Grayscale: #6E6E6E. Windows color (decimal): -2280074 or 7747037. OLE color: 7747037.

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

Color convert

RGB 221 53 118 -
CMYK 0 0.76 0.47 0.13
HSL 336.79º 0.71% 0.54% -
HSV(B) 336.79º 0.76% 0.87% -
XYZ 34.36 19.23 19.04 -
YUV 110.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 221 53 118 0 0.76 0.47 0.13 336.79 0.71 0.54
Hex DD 35 76 0 4C 2F D 151 47 36
Octal 335 65 166 0 114 57 15 521 107 66
Binary 11011101 110101 1110110 0 1001100 101111 1101 101010001 1000111 110110

Color Harmonies of #DD3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3576

Black with #DD3576

Text Example


Text Example

White with #DD3576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3576; }

 p { color: rgb(221,53,118); }

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

background-color css

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

 a { background-color: rgb(221,53,118); }

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

border-color css

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

 span { border-color: rgb(221,53,118); }

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