Shades of Cranberry #DC517A
Tints of Cranberry #DC517A
RGB
CMYK
RGB Variations
Color information
#DC517A (or 0xDC517A) is known color: Cranberry. HEX triplet: DC, 51 and 7A. RGB value is (220,81,122). Sum of RGB (Red+Green+Blue) = 220+81+122=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC517A is #23AE85. Grayscale: #7F7F7F. Windows color (decimal): -2338438 or 8016348. OLE color: 8016348.
HSL color Cylindrical-coordinate representation of color #DC517A: hue angle of 342.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC517A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 122 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 342.3º | 0.67% | 0.59% | - |
| HSV(B) | 342.3º | 0.63% | 0.86% | - |
| XYZ | 35.97 | 22.51 | 20.86 | - |
| YUV | 127.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 122 | 0 | 0.63 | 0.45 | 0.14 | 342.3 | 0.67 | 0.59 |
| Hex | DC | 51 | 7A | 0 | 3F | 2D | E | 156 | 43 | 3B |
| Octal | 334 | 121 | 172 | 0 | 77 | 55 | 16 | 526 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1111010 | 0 | 111111 | 101101 | 1110 | 101010110 | 1000011 | 111011 |
Color Harmonies of #DC517A
Complementary color
Monochromatic Colors of #DC517A
Black with #DC517A
Text Example
Text Example
White with #DC517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC517A; }
p { color: rgb(220,81,122); }
H1.HeaderClassName
{
color: #DC517A;
}
.AnyTagClassName
{
color: #DC517A;
}
</style>
background-color css
<style>
a { background-color: #DC517A; }
a { background-color: rgb(220,81,122); }
div.DivClassName
{
background-color: #DC517A;
}
.BgClassName
{
background-color: #DC517A;
}
</style>
border-color css
<style>
span { border-color: #DC517A; }
span { border-color: rgb(220,81,122); }
td.TdClassName
{
border-color: #DC517A;
}
.TagClassName
{
border-color: #DC517A;
}
</style>