Shades of Cranberry #DB466E
Tints of Cranberry #DB466E
RGB
CMYK
RGB Variations
Color information
#DB466E (or 0xDB466E) is known color: Cranberry. HEX triplet: DB, 46 and 6E. RGB value is (219,70,110). Sum of RGB (Red+Green+Blue) = 219+70+110=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB466E is #24B991. Grayscale: #777777. Windows color (decimal): -2406802 or 7227099. OLE color: 7227099.
HSL color Cylindrical-coordinate representation of color #DB466E: hue angle of 343.89º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB466E is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 110 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.14 |
| HSL | 343.89º | 0.67% | 0.57% | - |
| HSV(B) | 343.89º | 0.68% | 0.86% | - |
| XYZ | 34.22 | 20.57 | 16.92 | - |
| YUV | 119.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 110 | 0 | 0.68 | 0.50 | 0.14 | 343.89 | 0.67 | 0.57 |
| Hex | DB | 46 | 6E | 0 | 44 | 32 | E | 158 | 43 | 39 |
| Octal | 333 | 106 | 156 | 0 | 104 | 62 | 16 | 530 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1101110 | 0 | 1000100 | 110010 | 1110 | 101011000 | 1000011 | 111001 |
Color Harmonies of #DB466E
Complementary color
Monochromatic Colors of #DB466E
Black with #DB466E
Text Example
Text Example
White with #DB466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB466E; }
p { color: rgb(219,70,110); }
H1.HeaderClassName
{
color: #DB466E;
}
.AnyTagClassName
{
color: #DB466E;
}
</style>
background-color css
<style>
a { background-color: #DB466E; }
a { background-color: rgb(219,70,110); }
div.DivClassName
{
background-color: #DB466E;
}
.BgClassName
{
background-color: #DB466E;
}
</style>
border-color css
<style>
span { border-color: #DB466E; }
span { border-color: rgb(219,70,110); }
td.TdClassName
{
border-color: #DB466E;
}
.TagClassName
{
border-color: #DB466E;
}
</style>