Shades of Cranberry #DB4C83
Tints of Cranberry #DB4C83
RGB
CMYK
RGB Variations
Color information
#DB4C83 (or 0xDB4C83) is known color: Cranberry. HEX triplet: DB, 4C and 83. RGB value is (219,76,131). Sum of RGB (Red+Green+Blue) = 219+76+131=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4C83 is #24B37C. Grayscale: #7C7C7C. Windows color (decimal): -2405245 or 8604891. OLE color: 8604891.
HSL color Cylindrical-coordinate representation of color #DB4C83: hue angle of 336.92º degrees, saturation: 0.67, 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 #DB4C83 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 131 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.14 |
| HSL | 336.92º | 0.67% | 0.58% | - |
| HSV(B) | 336.92º | 0.65% | 0.86% | - |
| XYZ | 35.89 | 21.87 | 23.8 | - |
| YUV | 125.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 131 | 0 | 0.65 | 0.40 | 0.14 | 336.92 | 0.67 | 0.58 |
| Hex | DB | 4C | 83 | 0 | 41 | 28 | E | 151 | 43 | 3A |
| Octal | 333 | 114 | 203 | 0 | 101 | 50 | 16 | 521 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10000011 | 0 | 1000001 | 101000 | 1110 | 101010001 | 1000011 | 111010 |
Color Harmonies of #DB4C83
Complementary color
Monochromatic Colors of #DB4C83
Black with #DB4C83
Text Example
Text Example
White with #DB4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C83; }
p { color: rgb(219,76,131); }
H1.HeaderClassName
{
color: #DB4C83;
}
.AnyTagClassName
{
color: #DB4C83;
}
</style>
background-color css
<style>
a { background-color: #DB4C83; }
a { background-color: rgb(219,76,131); }
div.DivClassName
{
background-color: #DB4C83;
}
.BgClassName
{
background-color: #DB4C83;
}
</style>
border-color css
<style>
span { border-color: #DB4C83; }
span { border-color: rgb(219,76,131); }
td.TdClassName
{
border-color: #DB4C83;
}
.TagClassName
{
border-color: #DB4C83;
}
</style>