#DD2C80

Color #DD2C80 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DD2C80

Tints of Deep Cerise #DD2C80

Color information

#DD2C80 (or 0xDD2C80) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 80. RGB value is (221,44,128). Sum of RGB (Red+Green+Blue) = 221+44+128=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C80 is #22D37F. Grayscale: #6A6A6A. Windows color (decimal): -2282368 or 8400093. OLE color: 8400093.

HSL color Cylindrical-coordinate representation of color #DD2C80: hue angle of 331.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C80 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB22144128-
CMYK00.800.420.13
HSL331.53º72.24%51.96%-
HSV(B)331.53º80.09%86.67%-
XYZ34.6218.7322.21-
YUV106.5140.14209.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 44 (17.58% from 255) = 11.20%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=56.23%
G=11.20%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214412800.800.420.13331.5372.2451.96
HexDD2C800502AD14c4834
Octal335542000120521551411064
Binary11011101101100100000000101000010101011011010011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C80; }

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

 H1.HeaderClassName
 {
   color: #DD2C80;
 }
 .AnyTagClassName
 {
   color: #DD2C80;
 }
</style>
background-color css

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

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

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

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

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

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