Shades of Cranberry #DB506F
Tints of Cranberry #DB506F
RGB
CMYK
RGB Variations
Color information
#DB506F (or 0xDB506F) is known color: Cranberry. HEX triplet: DB, 50 and 6F. RGB value is (219,80,111). Sum of RGB (Red+Green+Blue) = 219+80+111=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB506F is #24AF90. Grayscale: #7D7D7D. Windows color (decimal): -2404241 or 7295195. OLE color: 7295195.
HSL color Cylindrical-coordinate representation of color #DB506F: hue angle of 346.62º 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 #DB506F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 111 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.14 |
| HSL | 346.62º | 0.66% | 0.59% | - |
| HSV(B) | 346.62º | 0.63% | 0.86% | - |
| XYZ | 34.95 | 21.95 | 17.43 | - |
| YUV | 125.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 111 | 0 | 0.63 | 0.49 | 0.14 | 346.62 | 0.66 | 0.59 |
| Hex | DB | 50 | 6F | 0 | 3F | 31 | E | 15B | 42 | 3B |
| Octal | 333 | 120 | 157 | 0 | 77 | 61 | 16 | 533 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1101111 | 0 | 111111 | 110001 | 1110 | 101011011 | 1000010 | 111011 |
Color Harmonies of #DB506F
Complementary color
Monochromatic Colors of #DB506F
Black with #DB506F
Text Example
Text Example
White with #DB506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB506F; }
p { color: rgb(219,80,111); }
H1.HeaderClassName
{
color: #DB506F;
}
.AnyTagClassName
{
color: #DB506F;
}
</style>
background-color css
<style>
a { background-color: #DB506F; }
a { background-color: rgb(219,80,111); }
div.DivClassName
{
background-color: #DB506F;
}
.BgClassName
{
background-color: #DB506F;
}
</style>
border-color css
<style>
span { border-color: #DB506F; }
span { border-color: rgb(219,80,111); }
td.TdClassName
{
border-color: #DB506F;
}
.TagClassName
{
border-color: #DB506F;
}
</style>