Shades of Cranberry #DF517A
Tints of Cranberry #DF517A
RGB
CMYK
RGB Variations
Color information
#DF517A (or 0xDF517A) is known color: Cranberry. HEX triplet: DF, 51 and 7A. RGB value is (223,81,122). Sum of RGB (Red+Green+Blue) = 223+81+122=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF517A is #20AE85. Grayscale: #808080. Windows color (decimal): -2141830 or 8016351. OLE color: 8016351.
HSL color Cylindrical-coordinate representation of color #DF517A: hue angle of 342.68º 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 #DF517A is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 122 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.13 |
| HSL | 342.68º | 0.69% | 0.6% | - |
| HSV(B) | 342.68º | 0.64% | 0.87% | - |
| XYZ | 36.89 | 22.98 | 20.9 | - |
| YUV | 128.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 122 | 0 | 0.64 | 0.45 | 0.13 | 342.68 | 0.69 | 0.6 |
| Hex | DF | 51 | 7A | 0 | 40 | 2D | D | 157 | 45 | 3C |
| Octal | 337 | 121 | 172 | 0 | 100 | 55 | 15 | 527 | 105 | 74 |
| Binary | 11011111 | 1010001 | 1111010 | 0 | 1000000 | 101101 | 1101 | 101010111 | 1000101 | 111100 |
Color Harmonies of #DF517A
Complementary color
Monochromatic Colors of #DF517A
Black with #DF517A
Text Example
Text Example
White with #DF517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF517A; }
p { color: rgb(223,81,122); }
H1.HeaderClassName
{
color: #DF517A;
}
.AnyTagClassName
{
color: #DF517A;
}
</style>
background-color css
<style>
a { background-color: #DF517A; }
a { background-color: rgb(223,81,122); }
div.DivClassName
{
background-color: #DF517A;
}
.BgClassName
{
background-color: #DF517A;
}
</style>
border-color css
<style>
span { border-color: #DF517A; }
span { border-color: rgb(223,81,122); }
td.TdClassName
{
border-color: #DF517A;
}
.TagClassName
{
border-color: #DF517A;
}
</style>