#DD2C82

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

Shades of Deep Cerise #DD2C82

Tints of Deep Cerise #DD2C82

Color information

#DD2C82 (or 0xDD2C82) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 82. RGB value is (221,44,130). Sum of RGB (Red+Green+Blue) = 221+44+130=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C82 is #22D37D. Grayscale: #6A6A6A. Windows color (decimal): -2282366 or 8531165. OLE color: 8531165.

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

Color convert

RGB22144130-
CMYK00.800.410.13
HSL330.85º72.24%51.96%-
HSV(B)330.85º80.09%86.67%-
XYZ34.7518.7922.91-
YUV106.73141.14209.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 44 (17.58% from 255) = 11.14%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=55.95%
G=11.14%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214413000.800.410.13330.8572.2451.96
HexDD2C8205029D14b4834
Octal335542020120511551311064
Binary11011101101100100000100101000010100111011010010111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C82; }

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

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

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

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

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

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

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

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