Shades of Cranberry #DB4E83
Tints of Cranberry #DB4E83
RGB
CMYK
RGB Variations
Color information
#DB4E83 (or 0xDB4E83) is known color: Cranberry. HEX triplet: DB, 4E and 83. RGB value is (219,78,131). Sum of RGB (Red+Green+Blue) = 219+78+131=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E83 is #24B17C. Grayscale: #7E7E7E. Windows color (decimal): -2404733 or 8605403. OLE color: 8605403.
HSL color Cylindrical-coordinate representation of color #DB4E83: hue angle of 337.45º 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 #DB4E83 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 131 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.14 |
| HSL | 337.45º | 0.66% | 0.58% | - |
| HSV(B) | 337.45º | 0.64% | 0.86% | - |
| XYZ | 36.03 | 22.15 | 23.85 | - |
| YUV | 126.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 131 | 0 | 0.64 | 0.40 | 0.14 | 337.45 | 0.66 | 0.58 |
| Hex | DB | 4E | 83 | 0 | 40 | 28 | E | 151 | 42 | 3A |
| Octal | 333 | 116 | 203 | 0 | 100 | 50 | 16 | 521 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10000011 | 0 | 1000000 | 101000 | 1110 | 101010001 | 1000010 | 111010 |
Color Harmonies of #DB4E83
Complementary color
Monochromatic Colors of #DB4E83
Black with #DB4E83
Text Example
Text Example
White with #DB4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E83; }
p { color: rgb(219,78,131); }
H1.HeaderClassName
{
color: #DB4E83;
}
.AnyTagClassName
{
color: #DB4E83;
}
</style>
background-color css
<style>
a { background-color: #DB4E83; }
a { background-color: rgb(219,78,131); }
div.DivClassName
{
background-color: #DB4E83;
}
.BgClassName
{
background-color: #DB4E83;
}
</style>
border-color css
<style>
span { border-color: #DB4E83; }
span { border-color: rgb(219,78,131); }
td.TdClassName
{
border-color: #DB4E83;
}
.TagClassName
{
border-color: #DB4E83;
}
</style>