Html Css Color HEX #DD2978 Deep Cerise

📋 copy color: '#DD2978'

red 221 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #DD2978

Tints of Deep Cerise #DD2978

RGB

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

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

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

R = 57.85%
G = 10.73%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD2978 (or 0xDD2978) is known color: Deep Cerise. HEX triplet: DD, 29 and 78. RGB value is (221,41,120). Sum of RGB (Red+Green+Blue) = 221+41+120=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2978 is #22D687. Grayscale: #676767. Windows color (decimal): -2283144 or 7875037. OLE color: 7875037.

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

Color convert

RGB 221 41 120 -
CMYK 0 0.81 0.46 0.13
HSL 333.67º 0.73% 0.51% -
HSV(B) 333.67º 0.81% 0.87% -
XYZ 34 18.31 19.51 -
YUV 103.83 137.13 211.58 -
System Red Green Blue C M Y K H S L
Decimal 221 41 120 0 0.81 0.46 0.13 333.67 0.73 0.51
Hex DD 29 78 0 51 2E D 14E 49 33
Octal 335 51 170 0 121 56 15 516 111 63
Binary 11011101 101001 1111000 0 1010001 101110 1101 101001110 1001001 110011

Color Harmonies of #DD2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2978

Black with #DD2978

Text Example


Text Example

White with #DD2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2978; }

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

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

background-color css

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

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

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

border-color css

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

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

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