Shades of Cranberry #DB446F
Tints of Cranberry #DB446F
RGB
CMYK
RGB Variations
Color information
#DB446F (or 0xDB446F) is known color: Cranberry. HEX triplet: DB, 44 and 6F. RGB value is (219,68,111). Sum of RGB (Red+Green+Blue) = 219+68+111=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB446F is #24BB90. Grayscale: #767676. Windows color (decimal): -2407313 or 7292123. OLE color: 7292123.
HSL color Cylindrical-coordinate representation of color #DB446F: hue angle of 342.91º 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 #DB446F is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 111 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.14 |
| HSL | 342.91º | 0.68% | 0.56% | - |
| HSV(B) | 342.91º | 0.69% | 0.86% | - |
| XYZ | 34.15 | 20.34 | 17.17 | - |
| YUV | 118.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 111 | 0 | 0.69 | 0.49 | 0.14 | 342.91 | 0.68 | 0.56 |
| Hex | DB | 44 | 6F | 0 | 45 | 31 | E | 157 | 44 | 38 |
| Octal | 333 | 104 | 157 | 0 | 105 | 61 | 16 | 527 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1101111 | 0 | 1000101 | 110001 | 1110 | 101010111 | 1000100 | 111000 |
Color Harmonies of #DB446F
Complementary color
Monochromatic Colors of #DB446F
Black with #DB446F
Text Example
Text Example
White with #DB446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB446F; }
p { color: rgb(219,68,111); }
H1.HeaderClassName
{
color: #DB446F;
}
.AnyTagClassName
{
color: #DB446F;
}
</style>
background-color css
<style>
a { background-color: #DB446F; }
a { background-color: rgb(219,68,111); }
div.DivClassName
{
background-color: #DB446F;
}
.BgClassName
{
background-color: #DB446F;
}
</style>
border-color css
<style>
span { border-color: #DB446F; }
span { border-color: rgb(219,68,111); }
td.TdClassName
{
border-color: #DB446F;
}
.TagClassName
{
border-color: #DB446F;
}
</style>