Shades of Cranberry #DC5773
Tints of Cranberry #DC5773
RGB
CMYK
RGB Variations
Color information
#DC5773 (or 0xDC5773) is known color: Cranberry. HEX triplet: DC, 57 and 73. RGB value is (220,87,115). Sum of RGB (Red+Green+Blue) = 220+87+115=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5773 is #23A88C. Grayscale: #818181. Windows color (decimal): -2336909 or 7559132. OLE color: 7559132.
HSL color Cylindrical-coordinate representation of color #DC5773: hue angle of 347.37º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5773 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 115 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.14 |
| HSL | 347.37º | 0.66% | 0.6% | - |
| HSV(B) | 347.37º | 0.6% | 0.86% | - |
| XYZ | 36.02 | 23.27 | 18.81 | - |
| YUV | 129.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 115 | 0 | 0.60 | 0.48 | 0.14 | 347.37 | 0.66 | 0.6 |
| Hex | DC | 57 | 73 | 0 | 3C | 30 | E | 15B | 42 | 3C |
| Octal | 334 | 127 | 163 | 0 | 74 | 60 | 16 | 533 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1110011 | 0 | 111100 | 110000 | 1110 | 101011011 | 1000010 | 111100 |
Color Harmonies of #DC5773
Complementary color
Monochromatic Colors of #DC5773
Black with #DC5773
Text Example
Text Example
White with #DC5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5773; }
p { color: rgb(220,87,115); }
H1.HeaderClassName
{
color: #DC5773;
}
.AnyTagClassName
{
color: #DC5773;
}
</style>
background-color css
<style>
a { background-color: #DC5773; }
a { background-color: rgb(220,87,115); }
div.DivClassName
{
background-color: #DC5773;
}
.BgClassName
{
background-color: #DC5773;
}
</style>
border-color css
<style>
span { border-color: #DC5773; }
span { border-color: rgb(220,87,115); }
td.TdClassName
{
border-color: #DC5773;
}
.TagClassName
{
border-color: #DC5773;
}
</style>