#DD2A6C

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

Shades of Cerise #DD2A6C

Tints of Cerise #DD2A6C

Color information

#DD2A6C (or 0xDD2A6C) is unknown color: approx Cerise. HEX triplet: DD, 2A and 6C. RGB value is (221,42,108). Sum of RGB (Red+Green+Blue) = 221+42+108=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A6C is #22D593. Grayscale: #666666. Windows color (decimal): -2282900 or 7088861. OLE color: 7088861.

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

Color convert

RGB22142108-
CMYK00.810.510.13
HSL337.88º72.47%51.57%-
HSV(B)337.88º81%86.67%-
XYZ33.3518.1115.93-
YUV103.04130.8212.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=59.57%
G=11.32%
B=29.11%

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
Decimal2214210800.810.510.13337.8872.4751.57
HexDD2A6C05133D1524834
Octal335521540121631552211064
Binary1101110110101011011000101000111001111011010100101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A6C; }

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

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

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

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

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

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

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

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