Html Css Color HEX #DD3578 Deep Cerise

📋 copy color: '#DD3578'

red 221 ◦ green 53 ◦ blue 120

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

Shades of Deep Cerise #DD3578

Tints of Deep Cerise #DD3578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 56.09%
G = 13.45%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD3578 (or 0xDD3578) is known color: Deep Cerise. HEX triplet: DD, 35 and 78. RGB value is (221,53,120). Sum of RGB (Red+Green+Blue) = 221+53+120=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3578 is #22CA87. Grayscale: #6E6E6E. Windows color (decimal): -2280072 or 7878109. OLE color: 7878109.

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

Color convert

RGB 221 53 120 -
CMYK 0 0.76 0.46 0.13
HSL 336.07º 0.71% 0.54% -
HSV(B) 336.07º 0.76% 0.87% -
XYZ 34.48 19.27 19.67 -
YUV 110.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 221 53 120 0 0.76 0.46 0.13 336.07 0.71 0.54
Hex DD 35 78 0 4C 2E D 150 47 36
Octal 335 65 170 0 114 56 15 520 107 66
Binary 11011101 110101 1111000 0 1001100 101110 1101 101010000 1000111 110110

Color Harmonies of #DD3578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3578

Black with #DD3578

Text Example


Text Example

White with #DD3578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3578; }

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

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

background-color css

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

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

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

border-color css

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

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

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