Shades of Cranberry #DB4D83
Tints of Cranberry #DB4D83
RGB
CMYK
RGB Variations
Color information
#DB4D83 (or 0xDB4D83) is known color: Cranberry. HEX triplet: DB, 4D and 83. RGB value is (219,77,131). Sum of RGB (Red+Green+Blue) = 219+77+131=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D83 is #24B27C. Grayscale: #7D7D7D. Windows color (decimal): -2404989 or 8605147. OLE color: 8605147.
HSL color Cylindrical-coordinate representation of color #DB4D83: hue angle of 337.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D83 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 131 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.14 |
| HSL | 337.18º | 0.66% | 0.58% | - |
| HSV(B) | 337.18º | 0.65% | 0.86% | - |
| XYZ | 35.96 | 22.01 | 23.82 | - |
| YUV | 125.61 | 131.04 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 131 | 0 | 0.65 | 0.40 | 0.14 | 337.18 | 0.66 | 0.58 |
| Hex | DB | 4D | 83 | 0 | 41 | 28 | E | 151 | 42 | 3A |
| Octal | 333 | 115 | 203 | 0 | 101 | 50 | 16 | 521 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10000011 | 0 | 1000001 | 101000 | 1110 | 101010001 | 1000010 | 111010 |
Color Harmonies of #DB4D83
Complementary color
Monochromatic Colors of #DB4D83
Black with #DB4D83
Text Example
Text Example
White with #DB4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D83; }
p { color: rgb(219,77,131); }
H1.HeaderClassName
{
color: #DB4D83;
}
.AnyTagClassName
{
color: #DB4D83;
}
</style>
background-color css
<style>
a { background-color: #DB4D83; }
a { background-color: rgb(219,77,131); }
div.DivClassName
{
background-color: #DB4D83;
}
.BgClassName
{
background-color: #DB4D83;
}
</style>
border-color css
<style>
span { border-color: #DB4D83; }
span { border-color: rgb(219,77,131); }
td.TdClassName
{
border-color: #DB4D83;
}
.TagClassName
{
border-color: #DB4D83;
}
</style>