Shades of Cranberry #D9517F
Tints of Cranberry #D9517F
RGB
CMYK
RGB Variations
Color information
#D9517F (or 0xD9517F) is known color: Cranberry. HEX triplet: D9, 51 and 7F. RGB value is (217,81,127). Sum of RGB (Red+Green+Blue) = 217+81+127=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9517F is #26AE80. Grayscale: #7E7E7E. Windows color (decimal): -2535041 or 8344025. OLE color: 8344025.
HSL color Cylindrical-coordinate representation of color #D9517F: hue angle of 339.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9517F is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 127 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.15 |
| HSL | 339.71º | 0.64% | 0.58% | - |
| HSV(B) | 339.71º | 0.63% | 0.85% | - |
| XYZ | 35.39 | 22.17 | 22.49 | - |
| YUV | 126.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 127 | 0 | 0.63 | 0.41 | 0.15 | 339.71 | 0.64 | 0.58 |
| Hex | D9 | 51 | 7F | 0 | 3F | 29 | F | 154 | 40 | 3A |
| Octal | 331 | 121 | 177 | 0 | 77 | 51 | 17 | 524 | 100 | 72 |
| Binary | 11011001 | 1010001 | 1111111 | 0 | 111111 | 101001 | 1111 | 101010100 | 1000000 | 111010 |
Color Harmonies of #D9517F
Complementary color
Monochromatic Colors of #D9517F
Black with #D9517F
Text Example
Text Example
White with #D9517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9517F; }
p { color: rgb(217,81,127); }
H1.HeaderClassName
{
color: #D9517F;
}
.AnyTagClassName
{
color: #D9517F;
}
</style>
background-color css
<style>
a { background-color: #D9517F; }
a { background-color: rgb(217,81,127); }
div.DivClassName
{
background-color: #D9517F;
}
.BgClassName
{
background-color: #D9517F;
}
</style>
border-color css
<style>
span { border-color: #D9517F; }
span { border-color: rgb(217,81,127); }
td.TdClassName
{
border-color: #D9517F;
}
.TagClassName
{
border-color: #D9517F;
}
</style>