#DD2C91

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

Shades of Deep Cerise #DD2C91

Tints of Deep Cerise #DD2C91

Color information

#DD2C91 (or 0xDD2C91) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 91. RGB value is (221,44,145). Sum of RGB (Red+Green+Blue) = 221+44+145=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C91 is #22D36E. Grayscale: #6C6C6C. Windows color (decimal): -2282351 or 9514205. OLE color: 9514205.

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

Color convert

RGB22144145-
CMYK00.800.340.13
HSL325.76º72.24%51.96%-
HSV(B)325.76º80.09%86.67%-
XYZ35.8319.2228.61-
YUV108.44148.64208.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 44 (17.58% from 255) = 10.73%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=53.90%
G=10.73%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214414500.800.340.13325.7672.2451.96
HexDD2C9105022D1464834
Octal335542210120421550611064
Binary11011101101100100100010101000010001011011010001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C91; }

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

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

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

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

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

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

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

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