Shades of Cranberry #DB517B
Tints of Cranberry #DB517B
RGB
CMYK
RGB Variations
Color information
#DB517B (or 0xDB517B) is known color: Cranberry. HEX triplet: DB, 51 and 7B. RGB value is (219,81,123). Sum of RGB (Red+Green+Blue) = 219+81+123=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB517B is #24AE84. Grayscale: #7F7F7F. Windows color (decimal): -2403973 or 8081883. OLE color: 8081883.
HSL color Cylindrical-coordinate representation of color #DB517B: hue angle of 341.74º 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 #DB517B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 123 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.14 |
| HSL | 341.74º | 0.66% | 0.59% | - |
| HSV(B) | 341.74º | 0.63% | 0.86% | - |
| XYZ | 35.73 | 22.37 | 21.17 | - |
| YUV | 127.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 123 | 0 | 0.63 | 0.44 | 0.14 | 341.74 | 0.66 | 0.59 |
| Hex | DB | 51 | 7B | 0 | 3F | 2C | E | 156 | 42 | 3B |
| Octal | 333 | 121 | 173 | 0 | 77 | 54 | 16 | 526 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1111011 | 0 | 111111 | 101100 | 1110 | 101010110 | 1000010 | 111011 |
Color Harmonies of #DB517B
Complementary color
Monochromatic Colors of #DB517B
Black with #DB517B
Text Example
Text Example
White with #DB517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB517B; }
p { color: rgb(219,81,123); }
H1.HeaderClassName
{
color: #DB517B;
}
.AnyTagClassName
{
color: #DB517B;
}
</style>
background-color css
<style>
a { background-color: #DB517B; }
a { background-color: rgb(219,81,123); }
div.DivClassName
{
background-color: #DB517B;
}
.BgClassName
{
background-color: #DB517B;
}
</style>
border-color css
<style>
span { border-color: #DB517B; }
span { border-color: rgb(219,81,123); }
td.TdClassName
{
border-color: #DB517B;
}
.TagClassName
{
border-color: #DB517B;
}
</style>