Shades of Cranberry #DB446D
Tints of Cranberry #DB446D
RGB
CMYK
RGB Variations
Color information
#DB446D (or 0xDB446D) is known color: Cranberry. HEX triplet: DB, 44 and 6D. RGB value is (219,68,109). Sum of RGB (Red+Green+Blue) = 219+68+109=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB446D is #24BB92. Grayscale: #757575. Windows color (decimal): -2407315 or 7161051. OLE color: 7161051.
HSL color Cylindrical-coordinate representation of color #DB446D: hue angle of 343.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB446D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 109 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.14 |
| HSL | 343.71º | 0.68% | 0.56% | - |
| HSV(B) | 343.71º | 0.69% | 0.86% | - |
| XYZ | 34.04 | 20.3 | 16.59 | - |
| YUV | 117.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 109 | 0 | 0.69 | 0.50 | 0.14 | 343.71 | 0.68 | 0.56 |
| Hex | DB | 44 | 6D | 0 | 45 | 32 | E | 158 | 44 | 38 |
| Octal | 333 | 104 | 155 | 0 | 105 | 62 | 16 | 530 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1101101 | 0 | 1000101 | 110010 | 1110 | 101011000 | 1000100 | 111000 |
Color Harmonies of #DB446D
Complementary color
Monochromatic Colors of #DB446D
Black with #DB446D
Text Example
Text Example
White with #DB446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB446D; }
p { color: rgb(219,68,109); }
H1.HeaderClassName
{
color: #DB446D;
}
.AnyTagClassName
{
color: #DB446D;
}
</style>
background-color css
<style>
a { background-color: #DB446D; }
a { background-color: rgb(219,68,109); }
div.DivClassName
{
background-color: #DB446D;
}
.BgClassName
{
background-color: #DB446D;
}
</style>
border-color css
<style>
span { border-color: #DB446D; }
span { border-color: rgb(219,68,109); }
td.TdClassName
{
border-color: #DB446D;
}
.TagClassName
{
border-color: #DB446D;
}
</style>