Shades of Cranberry #DC5779
Tints of Cranberry #DC5779
RGB
CMYK
RGB Variations
Color information
#DC5779 (or 0xDC5779) is known color: Cranberry. HEX triplet: DC, 57 and 79. RGB value is (220,87,121). Sum of RGB (Red+Green+Blue) = 220+87+121=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5779 is #23A886. Grayscale: #828282. Windows color (decimal): -2336903 or 7952348. OLE color: 7952348.
HSL color Cylindrical-coordinate representation of color #DC5779: hue angle of 344.66º 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 #DC5779 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 121 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.14 |
| HSL | 344.66º | 0.66% | 0.6% | - |
| HSV(B) | 344.66º | 0.6% | 0.86% | - |
| XYZ | 36.37 | 23.41 | 20.69 | - |
| YUV | 130.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 121 | 0 | 0.60 | 0.45 | 0.14 | 344.66 | 0.66 | 0.6 |
| Hex | DC | 57 | 79 | 0 | 3C | 2D | E | 159 | 42 | 3C |
| Octal | 334 | 127 | 171 | 0 | 74 | 55 | 16 | 531 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1111001 | 0 | 111100 | 101101 | 1110 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DC5779
Complementary color
Monochromatic Colors of #DC5779
Black with #DC5779
Text Example
Text Example
White with #DC5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5779; }
p { color: rgb(220,87,121); }
H1.HeaderClassName
{
color: #DC5779;
}
.AnyTagClassName
{
color: #DC5779;
}
</style>
background-color css
<style>
a { background-color: #DC5779; }
a { background-color: rgb(220,87,121); }
div.DivClassName
{
background-color: #DC5779;
}
.BgClassName
{
background-color: #DC5779;
}
</style>
border-color css
<style>
span { border-color: #DC5779; }
span { border-color: rgb(220,87,121); }
td.TdClassName
{
border-color: #DC5779;
}
.TagClassName
{
border-color: #DC5779;
}
</style>