#DD5478

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

Shades of Cranberry #DD5478

Tints of Cranberry #DD5478

Color information

#DD5478 (or 0xDD5478) is unknown color: approx Cranberry. HEX triplet: DD, 54 and 78. RGB value is (221,84,120). Sum of RGB (Red+Green+Blue) = 221+84+120=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5478 is #22AB87. Grayscale: #818181. Windows color (decimal): -2272136 or 7886045. OLE color: 7886045.

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

Color convert

RGB22184120-
CMYK00.620.460.13
HSL344.23º66.83%59.8%-
HSV(B)344.23º61.99%86.67%-
XYZ36.3823.0720.3-
YUV129.07122.89193.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=52%
G=19.76%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218412000.620.460.13344.2366.8359.8
HexDD547803E2ED158433c
Octal335124170076561553010374
Binary1101110110101001111000011111010111011011010110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5478; }

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

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

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

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

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

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

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

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