Shades of Cranberry #DB517E
Tints of Cranberry #DB517E
RGB
CMYK
RGB Variations
Color information
#DB517E (or 0xDB517E) is known color: Cranberry. HEX triplet: DB, 51 and 7E. RGB value is (219,81,126). Sum of RGB (Red+Green+Blue) = 219+81+126=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB517E is #24AE81. Grayscale: #7F7F7F. Windows color (decimal): -2403970 or 8278491. OLE color: 8278491.
HSL color Cylindrical-coordinate representation of color #DB517E: hue angle of 340.43º 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 #DB517E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 126 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.14 |
| HSL | 340.43º | 0.66% | 0.59% | - |
| HSV(B) | 340.43º | 0.63% | 0.86% | - |
| XYZ | 35.92 | 22.45 | 22.18 | - |
| YUV | 127.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 126 | 0 | 0.63 | 0.42 | 0.14 | 340.43 | 0.66 | 0.59 |
| Hex | DB | 51 | 7E | 0 | 3F | 2A | E | 154 | 42 | 3B |
| Octal | 333 | 121 | 176 | 0 | 77 | 52 | 16 | 524 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1111110 | 0 | 111111 | 101010 | 1110 | 101010100 | 1000010 | 111011 |
Color Harmonies of #DB517E
Complementary color
Monochromatic Colors of #DB517E
Black with #DB517E
Text Example
Text Example
White with #DB517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB517E; }
p { color: rgb(219,81,126); }
H1.HeaderClassName
{
color: #DB517E;
}
.AnyTagClassName
{
color: #DB517E;
}
</style>
background-color css
<style>
a { background-color: #DB517E; }
a { background-color: rgb(219,81,126); }
div.DivClassName
{
background-color: #DB517E;
}
.BgClassName
{
background-color: #DB517E;
}
</style>
border-color css
<style>
span { border-color: #DB517E; }
span { border-color: rgb(219,81,126); }
td.TdClassName
{
border-color: #DB517E;
}
.TagClassName
{
border-color: #DB517E;
}
</style>