#DD2C9C

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

Shades of Deep Cerise #DD2C9C

Tints of Deep Cerise #DD2C9C

Color information

#DD2C9C (or 0xDD2C9C) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 9C. RGB value is (221,44,156). Sum of RGB (Red+Green+Blue) = 221+44+156=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C9C is #22D363. Grayscale: #6D6D6D. Windows color (decimal): -2282340 or 10235101. OLE color: 10235101.

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

Color convert

RGB22144156-
CMYK00.800.290.13
HSL322.03º72.24%51.96%-
HSV(B)322.03º80.09%86.67%-
XYZ36.7219.5733.3-
YUV109.69154.14207.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 44 (17.58% from 255) = 10.45%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=52.49%
G=10.45%
B=37.05%

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
Decimal2214415600.800.290.13322.0372.2451.96
HexDD2C9C0501DD1424834
Octal335542340120351550211064
Binary1101110110110010011100010100001110111011010000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C9C; }

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

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

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

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

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

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

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

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