#DD5778

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

Shades of Cranberry #DD5778

Tints of Cranberry #DD5778

Color information

#DD5778 (or 0xDD5778) is unknown color: approx Cranberry. HEX triplet: DD, 57 and 78. RGB value is (221,87,120). Sum of RGB (Red+Green+Blue) = 221+87+120=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5778 is #22A887. Grayscale: #828282. Windows color (decimal): -2271368 or 7886813. OLE color: 7886813.

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

Color convert

RGB22187120-
CMYK00.610.460.13
HSL345.22º66.34%60.39%-
HSV(B)345.22º60.63%86.67%-
XYZ36.6223.5420.38-
YUV130.83121.89192.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.64%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=51.64%
G=20.33%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218712000.610.460.13345.2266.3460.39
HexDD577803D2ED159423c
Octal335127170075561553110274
Binary1101110110101111111000011110110111011011010110011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5778; }

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

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

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

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

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

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

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

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