Shades of Cranberry #DF517F
Tints of Cranberry #DF517F
RGB
CMYK
RGB Variations
Color information
#DF517F (or 0xDF517F) is known color: Cranberry. HEX triplet: DF, 51 and 7F. RGB value is (223,81,127). Sum of RGB (Red+Green+Blue) = 223+81+127=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF517F is #20AE80. Grayscale: #808080. Windows color (decimal): -2141825 or 8344031. OLE color: 8344031.
HSL color Cylindrical-coordinate representation of color #DF517F: hue angle of 340.56º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF517F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 127 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.13 |
| HSL | 340.56º | 0.69% | 0.6% | - |
| HSV(B) | 340.56º | 0.64% | 0.87% | - |
| XYZ | 37.2 | 23.11 | 22.58 | - |
| YUV | 128.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 127 | 0 | 0.64 | 0.43 | 0.13 | 340.56 | 0.69 | 0.6 |
| Hex | DF | 51 | 7F | 0 | 40 | 2B | D | 155 | 45 | 3C |
| Octal | 337 | 121 | 177 | 0 | 100 | 53 | 15 | 525 | 105 | 74 |
| Binary | 11011111 | 1010001 | 1111111 | 0 | 1000000 | 101011 | 1101 | 101010101 | 1000101 | 111100 |
Color Harmonies of #DF517F
Complementary color
Monochromatic Colors of #DF517F
Black with #DF517F
Text Example
Text Example
White with #DF517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF517F; }
p { color: rgb(223,81,127); }
H1.HeaderClassName
{
color: #DF517F;
}
.AnyTagClassName
{
color: #DF517F;
}
</style>
background-color css
<style>
a { background-color: #DF517F; }
a { background-color: rgb(223,81,127); }
div.DivClassName
{
background-color: #DF517F;
}
.BgClassName
{
background-color: #DF517F;
}
</style>
border-color css
<style>
span { border-color: #DF517F; }
span { border-color: rgb(223,81,127); }
td.TdClassName
{
border-color: #DF517F;
}
.TagClassName
{
border-color: #DF517F;
}
</style>