#DD5473

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

Shades of Cranberry #DD5473

Tints of Cranberry #DD5473

Color information

#DD5473 (or 0xDD5473) is unknown color: approx Cranberry. HEX triplet: DD, 54 and 73. RGB value is (221,84,115). Sum of RGB (Red+Green+Blue) = 221+84+115=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5473 is #22AB8C. Grayscale: #808080. Windows color (decimal): -2272141 or 7558365. OLE color: 7558365.

HSL color Cylindrical-coordinate representation of color #DD5473: hue angle of 346.42º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5473 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22184115-
CMYK00.620.480.13
HSL346.42º66.83%59.8%-
HSV(B)346.42º61.99%86.67%-
XYZ36.0822.9518.75-
YUV128.5120.39193.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=52.62%
G=20%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218411500.620.480.13346.4266.8359.8
HexDD547303E30D15a433c
Octal335124163076601553210374
Binary1101110110101001110011011111011000011011010110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5473; }

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

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

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

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

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

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

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

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