Shades of Cranberry #DB516F
Tints of Cranberry #DB516F
RGB
CMYK
RGB Variations
Color information
#DB516F (or 0xDB516F) is known color: Cranberry. HEX triplet: DB, 51 and 6F. RGB value is (219,81,111). Sum of RGB (Red+Green+Blue) = 219+81+111=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB516F is #24AE90. Grayscale: #7D7D7D. Windows color (decimal): -2403985 or 7295451. OLE color: 7295451.
HSL color Cylindrical-coordinate representation of color #DB516F: hue angle of 346.96º degrees, saturation: 0.66, 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 #DB516F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 111 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.14 |
| HSL | 346.96º | 0.66% | 0.59% | - |
| HSV(B) | 346.96º | 0.63% | 0.86% | - |
| XYZ | 35.03 | 22.09 | 17.46 | - |
| YUV | 125.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 111 | 0 | 0.63 | 0.49 | 0.14 | 346.96 | 0.66 | 0.59 |
| Hex | DB | 51 | 6F | 0 | 3F | 31 | E | 15B | 42 | 3B |
| Octal | 333 | 121 | 157 | 0 | 77 | 61 | 16 | 533 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1101111 | 0 | 111111 | 110001 | 1110 | 101011011 | 1000010 | 111011 |
Color Harmonies of #DB516F
Complementary color
Monochromatic Colors of #DB516F
Black with #DB516F
Text Example
Text Example
White with #DB516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB516F; }
p { color: rgb(219,81,111); }
H1.HeaderClassName
{
color: #DB516F;
}
.AnyTagClassName
{
color: #DB516F;
}
</style>
background-color css
<style>
a { background-color: #DB516F; }
a { background-color: rgb(219,81,111); }
div.DivClassName
{
background-color: #DB516F;
}
.BgClassName
{
background-color: #DB516F;
}
</style>
border-color css
<style>
span { border-color: #DB516F; }
span { border-color: rgb(219,81,111); }
td.TdClassName
{
border-color: #DB516F;
}
.TagClassName
{
border-color: #DB516F;
}
</style>