#DD2C9D

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

Shades of Deep Cerise #DD2C9D

Tints of Deep Cerise #DD2C9D

Color information

#DD2C9D (or 0xDD2C9D) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 9D. RGB value is (221,44,157). Sum of RGB (Red+Green+Blue) = 221+44+157=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C9D is #22D362. Grayscale: #6D6D6D. Windows color (decimal): -2282339 or 10300637. OLE color: 10300637.

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

Color convert

RGB22144157-
CMYK00.800.290.13
HSL321.69º72.24%51.96%-
HSV(B)321.69º80.09%86.67%-
XYZ36.8119.6133.74-
YUV109.8154.64207.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=52.37%
G=10.43%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214415700.800.290.13321.6972.2451.96
HexDD2C9D0501DD1424834
Octal335542350120351550211064
Binary1101110110110010011101010100001110111011010000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C9D; }

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

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

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

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

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

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

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

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