Shades of Cranberry #DB4675
Tints of Cranberry #DB4675
RGB
CMYK
RGB Variations
Color information
#DB4675 (or 0xDB4675) is known color: Cranberry. HEX triplet: DB, 46 and 75. RGB value is (219,70,117). Sum of RGB (Red+Green+Blue) = 219+70+117=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4675 is #24B98A. Grayscale: #777777. Windows color (decimal): -2406795 or 7685851. OLE color: 7685851.
HSL color Cylindrical-coordinate representation of color #DB4675: hue angle of 341.07º 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 #DB4675 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 117 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.14 |
| HSL | 341.07º | 0.67% | 0.57% | - |
| HSV(B) | 341.07º | 0.68% | 0.86% | - |
| XYZ | 34.61 | 20.72 | 19.01 | - |
| YUV | 119.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 117 | 0 | 0.68 | 0.47 | 0.14 | 341.07 | 0.67 | 0.57 |
| Hex | DB | 46 | 75 | 0 | 44 | 2F | E | 155 | 43 | 39 |
| Octal | 333 | 106 | 165 | 0 | 104 | 57 | 16 | 525 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1110101 | 0 | 1000100 | 101111 | 1110 | 101010101 | 1000011 | 111001 |
Color Harmonies of #DB4675
Complementary color
Monochromatic Colors of #DB4675
Black with #DB4675
Text Example
Text Example
White with #DB4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4675; }
p { color: rgb(219,70,117); }
H1.HeaderClassName
{
color: #DB4675;
}
.AnyTagClassName
{
color: #DB4675;
}
</style>
background-color css
<style>
a { background-color: #DB4675; }
a { background-color: rgb(219,70,117); }
div.DivClassName
{
background-color: #DB4675;
}
.BgClassName
{
background-color: #DB4675;
}
</style>
border-color css
<style>
span { border-color: #DB4675; }
span { border-color: rgb(219,70,117); }
td.TdClassName
{
border-color: #DB4675;
}
.TagClassName
{
border-color: #DB4675;
}
</style>