#DD2B97

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

Shades of Deep Cerise #DD2B97

Tints of Deep Cerise #DD2B97

Color information

#DD2B97 (or 0xDD2B97) is unknown color: approx Deep Cerise. HEX triplet: DD, 2B and 97. RGB value is (221,43,151). Sum of RGB (Red+Green+Blue) = 221+43+151=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B97 is #22D468. Grayscale: #6C6C6C. Windows color (decimal): -2282601 or 9907165. OLE color: 9907165.

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

Color convert

RGB22143151-
CMYK00.810.320.13
HSL323.6º72.36%51.76%-
HSV(B)323.6º80.54%86.67%-
XYZ36.2719.3331.1-
YUV108.53151.97208.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 43 (17.19% from 255) = 10.36%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=53.25%
G=10.36%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214315100.810.320.13323.672.3651.76
HexDD2B9705120D1444834
Octal335532270121401550411064
Binary11011101101011100101110101000110000011011010001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2B97; }

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

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

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

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

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

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

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

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