Shades of Cranberry #DC5775
Tints of Cranberry #DC5775
RGB
CMYK
RGB Variations
Color information
#DC5775 (or 0xDC5775) is known color: Cranberry. HEX triplet: DC, 57 and 75. RGB value is (220,87,117). Sum of RGB (Red+Green+Blue) = 220+87+117=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5775 is #23A88A. Grayscale: #828282. Windows color (decimal): -2336907 or 7690204. OLE color: 7690204.
HSL color Cylindrical-coordinate representation of color #DC5775: hue angle of 346.47º 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 #DC5775 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 117 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.14 |
| HSL | 346.47º | 0.66% | 0.6% | - |
| HSV(B) | 346.47º | 0.6% | 0.86% | - |
| XYZ | 36.13 | 23.32 | 19.43 | - |
| YUV | 130.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 117 | 0 | 0.60 | 0.47 | 0.14 | 346.47 | 0.66 | 0.6 |
| Hex | DC | 57 | 75 | 0 | 3C | 2F | E | 15A | 42 | 3C |
| Octal | 334 | 127 | 165 | 0 | 74 | 57 | 16 | 532 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1110101 | 0 | 111100 | 101111 | 1110 | 101011010 | 1000010 | 111100 |
Color Harmonies of #DC5775
Complementary color
Monochromatic Colors of #DC5775
Black with #DC5775
Text Example
Text Example
White with #DC5775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5775; }
p { color: rgb(220,87,117); }
H1.HeaderClassName
{
color: #DC5775;
}
.AnyTagClassName
{
color: #DC5775;
}
</style>
background-color css
<style>
a { background-color: #DC5775; }
a { background-color: rgb(220,87,117); }
div.DivClassName
{
background-color: #DC5775;
}
.BgClassName
{
background-color: #DC5775;
}
</style>
border-color css
<style>
span { border-color: #DC5775; }
span { border-color: rgb(220,87,117); }
td.TdClassName
{
border-color: #DC5775;
}
.TagClassName
{
border-color: #DC5775;
}
</style>