#dd5577

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

Shades of Cranberry #DD5577

Tints of Cranberry #DD5577

Color information

#DD5577 (or 0xDD5577) is unknown color: approx Cranberry. HEX triplet: DD, 55 and 77. RGB value is (221,85,119). Sum of RGB (Red+Green+Blue) = 221+85+119=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5577 is #22AA88. Grayscale: #818181. Windows color (decimal): -2271881 or 7820765. OLE color: 7820765.

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

Color convert

RGB22185119-
CMYK00.620.460.13
HSL345º66.67%60%-
HSV(B)345º61.54%86.67%-
XYZ36.423.220.01-
YUV129.54122.06193.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 28%
R=52%
G=20%
B=28%

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
Decimal2218511900.620.460.1334566.6760
HexDD557703E2ED159433c
Octal335125167076561553110374
Binary1101110110101011110111011111010111011011010110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5577; }

 p { color: rgb(221,85,119); }

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

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

 a { background-color: rgb(221,85,119); }

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

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

 span { border-color: rgb(221,85,119); }

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