Shades of Cranberry #D5517C
Tints of Cranberry #D5517C
RGB
CMYK
RGB Variations
Color information
#D5517C (or 0xD5517C) is known color: Cranberry. HEX triplet: D5, 51 and 7C. RGB value is (213,81,124). Sum of RGB (Red+Green+Blue) = 213+81+124=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5517C is #2AAE83. Grayscale: #7D7D7D. Windows color (decimal): -2797188 or 8147413. OLE color: 8147413.
HSL color Cylindrical-coordinate representation of color #D5517C: hue angle of 340.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5517C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 124 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.16 |
| HSL | 340.45º | 0.61% | 0.58% | - |
| HSV(B) | 340.45º | 0.62% | 0.84% | - |
| XYZ | 34.02 | 21.49 | 21.42 | - |
| YUV | 125.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 124 | 0 | 0.62 | 0.42 | 0.16 | 340.45 | 0.61 | 0.58 |
| Hex | D5 | 51 | 7C | 0 | 3E | 2A | 10 | 154 | 3D | 3A |
| Octal | 325 | 121 | 174 | 0 | 76 | 52 | 20 | 524 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1111100 | 0 | 111110 | 101010 | 10000 | 101010100 | 111101 | 111010 |
Color Harmonies of #D5517C
Complementary color
Monochromatic Colors of #D5517C
Black with #D5517C
Text Example
Text Example
White with #D5517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5517C; }
p { color: rgb(213,81,124); }
H1.HeaderClassName
{
color: #D5517C;
}
.AnyTagClassName
{
color: #D5517C;
}
</style>
background-color css
<style>
a { background-color: #D5517C; }
a { background-color: rgb(213,81,124); }
div.DivClassName
{
background-color: #D5517C;
}
.BgClassName
{
background-color: #D5517C;
}
</style>
border-color css
<style>
span { border-color: #D5517C; }
span { border-color: rgb(213,81,124); }
td.TdClassName
{
border-color: #D5517C;
}
.TagClassName
{
border-color: #D5517C;
}
</style>