#dd2b9e

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

Shades of Deep Cerise #DD2B9E

Tints of Deep Cerise #DD2B9E

Color information

#DD2B9E (or 0xDD2B9E) is unknown color: approx Deep Cerise. HEX triplet: DD, 2B and 9E. RGB value is (221,43,158). Sum of RGB (Red+Green+Blue) = 221+43+158=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B9E is #22D461. Grayscale: #6D6D6D. Windows color (decimal): -2282594 or 10365917. OLE color: 10365917.

HSL color Cylindrical-coordinate representation of color #DD2B9E: hue angle of 321.24º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B9E is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22143158-
CMYK00.810.290.13
HSL321.24º72.36%51.76%-
HSV(B)321.24º80.54%86.67%-
XYZ36.8519.5734.18-
YUV109.33155.47207.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 43 (17.19% from 255) = 10.19%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=52.37%
G=10.19%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214315800.810.290.13321.2472.3651.76
HexDD2B9E0511DD1414834
Octal335532360121351550111064
Binary1101110110101110011110010100011110111011010000011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2b9e; }

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

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

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

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

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

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

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

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