Shades of Cranberry #DB506E
Tints of Cranberry #DB506E
RGB
CMYK
RGB Variations
Color information
#DB506E (or 0xDB506E) is known color: Cranberry. HEX triplet: DB, 50 and 6E. RGB value is (219,80,110). Sum of RGB (Red+Green+Blue) = 219+80+110=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB506E is #24AF91. Grayscale: #7D7D7D. Windows color (decimal): -2404242 or 7229659. OLE color: 7229659.
HSL color Cylindrical-coordinate representation of color #DB506E: hue angle of 347.05º 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 #DB506E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 110 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.14 |
| HSL | 347.05º | 0.66% | 0.59% | - |
| HSV(B) | 347.05º | 0.63% | 0.86% | - |
| XYZ | 34.9 | 21.92 | 17.14 | - |
| YUV | 124.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 110 | 0 | 0.63 | 0.50 | 0.14 | 347.05 | 0.66 | 0.59 |
| Hex | DB | 50 | 6E | 0 | 3F | 32 | E | 15B | 42 | 3B |
| Octal | 333 | 120 | 156 | 0 | 77 | 62 | 16 | 533 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1101110 | 0 | 111111 | 110010 | 1110 | 101011011 | 1000010 | 111011 |
Color Harmonies of #DB506E
Complementary color
Monochromatic Colors of #DB506E
Black with #DB506E
Text Example
Text Example
White with #DB506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB506E; }
p { color: rgb(219,80,110); }
H1.HeaderClassName
{
color: #DB506E;
}
.AnyTagClassName
{
color: #DB506E;
}
</style>
background-color css
<style>
a { background-color: #DB506E; }
a { background-color: rgb(219,80,110); }
div.DivClassName
{
background-color: #DB506E;
}
.BgClassName
{
background-color: #DB506E;
}
</style>
border-color css
<style>
span { border-color: #DB506E; }
span { border-color: rgb(219,80,110); }
td.TdClassName
{
border-color: #DB506E;
}
.TagClassName
{
border-color: #DB506E;
}
</style>