#DD2A6D

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

Shades of Cerise #DD2A6D

Tints of Cerise #DD2A6D

Color information

#DD2A6D (or 0xDD2A6D) is unknown color: approx Cerise. HEX triplet: DD, 2A and 6D. RGB value is (221,42,109). Sum of RGB (Red+Green+Blue) = 221+42+109=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A6D is #22D592. Grayscale: #676767. Windows color (decimal): -2282899 or 7154397. OLE color: 7154397.

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

Color convert

RGB22142109-
CMYK00.810.510.13
HSL337.54º72.47%51.57%-
HSV(B)337.54º81%86.67%-
XYZ33.4118.1316.21-
YUV103.16131.3212.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.41%
GREEN value IS 42 (16.80% from 255) = 11.29%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=59.41%
G=11.29%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214210900.810.510.13337.5472.4751.57
HexDD2A6D05133D1524834
Octal335521550121631552211064
Binary1101110110101011011010101000111001111011010100101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A6D; }

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

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

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

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

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

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

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

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