#DD2A73

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

Shades of Cerise #DD2A73

Tints of Cerise #DD2A73

Color information

#DD2A73 (or 0xDD2A73) is unknown color: approx Cerise. HEX triplet: DD, 2A and 73. RGB value is (221,42,115). Sum of RGB (Red+Green+Blue) = 221+42+115=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A73 is #22D58C. Grayscale: #676767. Windows color (decimal): -2282893 or 7547613. OLE color: 7547613.

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

Color convert

RGB22142115-
CMYK00.810.480.13
HSL335.53º72.47%51.57%-
HSV(B)335.53º81%86.67%-
XYZ33.7418.2717.97-
YUV103.84134.3211.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 42 (16.80% from 255) = 11.11%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=58.47%
G=11.11%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214211500.810.480.13335.5372.4751.57
HexDD2A7305130D1504834
Octal335521630121601552011064
Binary1101110110101011100110101000111000011011010100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2A73; }

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

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

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

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

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

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

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

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