Shades of Cranberry #DB4F83
Tints of Cranberry #DB4F83
RGB
CMYK
RGB Variations
Color information
#DB4F83 (or 0xDB4F83) is known color: Cranberry. HEX triplet: DB, 4F and 83. RGB value is (219,79,131). Sum of RGB (Red+Green+Blue) = 219+79+131=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F83 is #24B07C. Grayscale: #7E7E7E. Windows color (decimal): -2404477 or 8605659. OLE color: 8605659.
HSL color Cylindrical-coordinate representation of color #DB4F83: hue angle of 337.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F83 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 131 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.14 |
| HSL | 337.71º | 0.66% | 0.58% | - |
| HSV(B) | 337.71º | 0.64% | 0.86% | - |
| XYZ | 36.11 | 22.29 | 23.87 | - |
| YUV | 126.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 131 | 0 | 0.64 | 0.40 | 0.14 | 337.71 | 0.66 | 0.58 |
| Hex | DB | 4F | 83 | 0 | 40 | 28 | E | 152 | 42 | 3A |
| Octal | 333 | 117 | 203 | 0 | 100 | 50 | 16 | 522 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10000011 | 0 | 1000000 | 101000 | 1110 | 101010010 | 1000010 | 111010 |
Color Harmonies of #DB4F83
Complementary color
Monochromatic Colors of #DB4F83
Black with #DB4F83
Text Example
Text Example
White with #DB4F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F83; }
p { color: rgb(219,79,131); }
H1.HeaderClassName
{
color: #DB4F83;
}
.AnyTagClassName
{
color: #DB4F83;
}
</style>
background-color css
<style>
a { background-color: #DB4F83; }
a { background-color: rgb(219,79,131); }
div.DivClassName
{
background-color: #DB4F83;
}
.BgClassName
{
background-color: #DB4F83;
}
</style>
border-color css
<style>
span { border-color: #DB4F83; }
span { border-color: rgb(219,79,131); }
td.TdClassName
{
border-color: #DB4F83;
}
.TagClassName
{
border-color: #DB4F83;
}
</style>