#DD2C90

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

Shades of Deep Cerise #DD2C90

Tints of Deep Cerise #DD2C90

Color information

#DD2C90 (or 0xDD2C90) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 90. RGB value is (221,44,144). Sum of RGB (Red+Green+Blue) = 221+44+144=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C90 is #22D36F. Grayscale: #6C6C6C. Windows color (decimal): -2282352 or 9448669. OLE color: 9448669.

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

Color convert

RGB22144144-
CMYK00.800.350.13
HSL326.1º72.24%51.96%-
HSV(B)326.1º80.09%86.67%-
XYZ35.7519.1928.2-
YUV108.32148.14208.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 44 (17.58% from 255) = 10.76%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=54.03%
G=10.76%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214414400.800.350.13326.172.2451.96
HexDD2C9005023D1464834
Octal335542200120431550611064
Binary11011101101100100100000101000010001111011010001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C90; }

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

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

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

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

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

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

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

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