Shades of Cranberry #DB4683
Tints of Cranberry #DB4683
RGB
CMYK
RGB Variations
Color information
#DB4683 (or 0xDB4683) is known color: Cranberry. HEX triplet: DB, 46 and 83. RGB value is (219,70,131). Sum of RGB (Red+Green+Blue) = 219+70+131=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4683 is #24B97C. Grayscale: #797979. Windows color (decimal): -2406781 or 8603355. OLE color: 8603355.
HSL color Cylindrical-coordinate representation of color #DB4683: hue angle of 335.44º 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 #DB4683 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 131 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.14 |
| HSL | 335.44º | 0.67% | 0.57% | - |
| HSV(B) | 335.44º | 0.68% | 0.86% | - |
| XYZ | 35.5 | 21.08 | 23.67 | - |
| YUV | 121.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 131 | 0 | 0.68 | 0.40 | 0.14 | 335.44 | 0.67 | 0.57 |
| Hex | DB | 46 | 83 | 0 | 44 | 28 | E | 14F | 43 | 39 |
| Octal | 333 | 106 | 203 | 0 | 104 | 50 | 16 | 517 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10000011 | 0 | 1000100 | 101000 | 1110 | 101001111 | 1000011 | 111001 |
Color Harmonies of #DB4683
Complementary color
Monochromatic Colors of #DB4683
Black with #DB4683
Text Example
Text Example
White with #DB4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4683; }
p { color: rgb(219,70,131); }
H1.HeaderClassName
{
color: #DB4683;
}
.AnyTagClassName
{
color: #DB4683;
}
</style>
background-color css
<style>
a { background-color: #DB4683; }
a { background-color: rgb(219,70,131); }
div.DivClassName
{
background-color: #DB4683;
}
.BgClassName
{
background-color: #DB4683;
}
</style>
border-color css
<style>
span { border-color: #DB4683; }
span { border-color: rgb(219,70,131); }
td.TdClassName
{
border-color: #DB4683;
}
.TagClassName
{
border-color: #DB4683;
}
</style>