Shades of Cranberry #DC5371
Tints of Cranberry #DC5371
RGB
CMYK
RGB Variations
Color information
#DC5371 (or 0xDC5371) is known color: Cranberry. HEX triplet: DC, 53 and 71. RGB value is (220,83,113). Sum of RGB (Red+Green+Blue) = 220+83+113=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5371 is #23AC8E. Grayscale: #7F7F7F. Windows color (decimal): -2337935 or 7427036. OLE color: 7427036.
HSL color Cylindrical-coordinate representation of color #DC5371: hue angle of 346.86º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5371 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 113 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.14 |
| HSL | 346.86º | 0.66% | 0.59% | - |
| HSV(B) | 346.86º | 0.62% | 0.86% | - |
| XYZ | 35.59 | 22.59 | 18.11 | - |
| YUV | 127.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 113 | 0 | 0.62 | 0.49 | 0.14 | 346.86 | 0.66 | 0.59 |
| Hex | DC | 53 | 71 | 0 | 3E | 31 | E | 15B | 42 | 3B |
| Octal | 334 | 123 | 161 | 0 | 76 | 61 | 16 | 533 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1110001 | 0 | 111110 | 110001 | 1110 | 101011011 | 1000010 | 111011 |
Color Harmonies of #DC5371
Complementary color
Monochromatic Colors of #DC5371
Black with #DC5371
Text Example
Text Example
White with #DC5371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5371; }
p { color: rgb(220,83,113); }
H1.HeaderClassName
{
color: #DC5371;
}
.AnyTagClassName
{
color: #DC5371;
}
</style>
background-color css
<style>
a { background-color: #DC5371; }
a { background-color: rgb(220,83,113); }
div.DivClassName
{
background-color: #DC5371;
}
.BgClassName
{
background-color: #DC5371;
}
</style>
border-color css
<style>
span { border-color: #DC5371; }
span { border-color: rgb(220,83,113); }
td.TdClassName
{
border-color: #DC5371;
}
.TagClassName
{
border-color: #DC5371;
}
</style>