#DD2C9E

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

Shades of Deep Cerise #DD2C9E

Tints of Deep Cerise #DD2C9E

Color information

#DD2C9E (or 0xDD2C9E) is unknown color: approx Deep Cerise. HEX triplet: DD, 2C and 9E. RGB value is (221,44,158). Sum of RGB (Red+Green+Blue) = 221+44+158=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C9E is #22D361. Grayscale: #6D6D6D. Windows color (decimal): -2282338 or 10366173. OLE color: 10366173.

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

Color convert

RGB22144158-
CMYK00.800.290.13
HSL321.36º72.24%51.96%-
HSV(B)321.36º80.09%86.67%-
XYZ36.8919.6434.19-
YUV109.92155.14207.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 44 (17.58% from 255) = 10.40%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=52.25%
G=10.40%
B=37.35%

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
Decimal2214415800.800.290.13321.3672.2451.96
HexDD2C9E0501DD1414834
Octal335542360120351550111064
Binary1101110110110010011110010100001110111011010000011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C9E; }

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

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

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

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

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

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

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

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