Shades of Cranberry #DB5683
Tints of Cranberry #DB5683
RGB
CMYK
RGB Variations
Color information
#DB5683 (or 0xDB5683) is known color: Cranberry. HEX triplet: DB, 56 and 83. RGB value is (219,86,131). Sum of RGB (Red+Green+Blue) = 219+86+131=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5683 is #24A97C. Grayscale: #828282. Windows color (decimal): -2402685 or 8607451. OLE color: 8607451.
HSL color Cylindrical-coordinate representation of color #DB5683: hue angle of 339.7º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5683 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 131 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.14 |
| HSL | 339.7º | 0.65% | 0.6% | - |
| HSV(B) | 339.7º | 0.61% | 0.86% | - |
| XYZ | 36.64 | 23.35 | 24.05 | - |
| YUV | 130.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 131 | 0 | 0.61 | 0.40 | 0.14 | 339.7 | 0.65 | 0.6 |
| Hex | DB | 56 | 83 | 0 | 3D | 28 | E | 154 | 41 | 3C |
| Octal | 333 | 126 | 203 | 0 | 75 | 50 | 16 | 524 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10000011 | 0 | 111101 | 101000 | 1110 | 101010100 | 1000001 | 111100 |
Color Harmonies of #DB5683
Complementary color
Monochromatic Colors of #DB5683
Black with #DB5683
Text Example
Text Example
White with #DB5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5683; }
p { color: rgb(219,86,131); }
H1.HeaderClassName
{
color: #DB5683;
}
.AnyTagClassName
{
color: #DB5683;
}
</style>
background-color css
<style>
a { background-color: #DB5683; }
a { background-color: rgb(219,86,131); }
div.DivClassName
{
background-color: #DB5683;
}
.BgClassName
{
background-color: #DB5683;
}
</style>
border-color css
<style>
span { border-color: #DB5683; }
span { border-color: rgb(219,86,131); }
td.TdClassName
{
border-color: #DB5683;
}
.TagClassName
{
border-color: #DB5683;
}
</style>