#DD2A9B

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

Shades of Deep Cerise #DD2A9B

Tints of Deep Cerise #DD2A9B

Color information

#DD2A9B (or 0xDD2A9B) is unknown color: approx Deep Cerise. HEX triplet: DD, 2A and 9B. RGB value is (221,42,155). Sum of RGB (Red+Green+Blue) = 221+42+155=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2A9B is #22D564. Grayscale: #6C6C6C. Windows color (decimal): -2282853 or 10169053. OLE color: 10169053.

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

Color convert

RGB22142155-
CMYK00.810.300.13
HSL322.12º72.47%51.57%-
HSV(B)322.12º81%86.67%-
XYZ36.5619.3932.83-
YUV108.4154.3208.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 42 (16.80% from 255) = 10.05%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=52.87%
G=10.05%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214215500.810.300.13322.1272.4751.57
HexDD2A9B0511ED1424834
Octal335522330121361550211064
Binary1101110110101010011011010100011111011011010000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A9B; }

 p { color: rgb(221,42,155); }

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

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

 a { background-color: rgb(221,42,155); }

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

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

 span { border-color: rgb(221,42,155); }

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