Html Css Color HEX #DD2980 Deep Cerise

📋 copy color: '#DD2980'

red 221 ◦ green 41 ◦ blue 128

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

Shades of Deep Cerise #DD2980

Tints of Deep Cerise #DD2980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 56.67%
G = 10.51%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD2980 (or 0xDD2980) is known color: Deep Cerise. HEX triplet: DD, 29 and 80. RGB value is (221,41,128). Sum of RGB (Red+Green+Blue) = 221+41+128=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2980 is #22D67F. Grayscale: #686868. Windows color (decimal): -2283136 or 8399325. OLE color: 8399325.

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

Color convert

RGB 221 41 128 -
CMYK 0 0.81 0.42 0.13
HSL 331º 0.73% 0.51% -
HSV(B) 331º 0.81% 0.87% -
XYZ 34.51 18.52 22.18 -
YUV 104.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 221 41 128 0 0.81 0.42 0.13 331 0.73 0.51
Hex DD 29 80 0 51 2A D 14B 49 33
Octal 335 51 200 0 121 52 15 513 111 63
Binary 11011101 101001 10000000 0 1010001 101010 1101 101001011 1001001 110011

Color Harmonies of #DD2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2980

Black with #DD2980

Text Example


Text Example

White with #DD2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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