Shades of Cranberry #DB5083
Tints of Cranberry #DB5083
RGB
CMYK
RGB Variations
Color information
#DB5083 (or 0xDB5083) is known color: Cranberry. HEX triplet: DB, 50 and 83. RGB value is (219,80,131). Sum of RGB (Red+Green+Blue) = 219+80+131=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5083 is #24AF7C. Grayscale: #7F7F7F. Windows color (decimal): -2404221 or 8605915. OLE color: 8605915.
HSL color Cylindrical-coordinate representation of color #DB5083: hue angle of 337.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5083 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 131 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.14 |
| HSL | 337.99º | 0.66% | 0.59% | - |
| HSV(B) | 337.99º | 0.63% | 0.86% | - |
| XYZ | 36.18 | 22.44 | 23.9 | - |
| YUV | 127.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 131 | 0 | 0.63 | 0.40 | 0.14 | 337.99 | 0.66 | 0.59 |
| Hex | DB | 50 | 83 | 0 | 3F | 28 | E | 152 | 42 | 3B |
| Octal | 333 | 120 | 203 | 0 | 77 | 50 | 16 | 522 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10000011 | 0 | 111111 | 101000 | 1110 | 101010010 | 1000010 | 111011 |
Color Harmonies of #DB5083
Complementary color
Monochromatic Colors of #DB5083
Black with #DB5083
Text Example
Text Example
White with #DB5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5083; }
p { color: rgb(219,80,131); }
H1.HeaderClassName
{
color: #DB5083;
}
.AnyTagClassName
{
color: #DB5083;
}
</style>
background-color css
<style>
a { background-color: #DB5083; }
a { background-color: rgb(219,80,131); }
div.DivClassName
{
background-color: #DB5083;
}
.BgClassName
{
background-color: #DB5083;
}
</style>
border-color css
<style>
span { border-color: #DB5083; }
span { border-color: rgb(219,80,131); }
td.TdClassName
{
border-color: #DB5083;
}
.TagClassName
{
border-color: #DB5083;
}
</style>