Shades of Cranberry #DB4F85
Tints of Cranberry #DB4F85
RGB
CMYK
RGB Variations
Color information
#DB4F85 (or 0xDB4F85) is known color: Cranberry. HEX triplet: DB, 4F and 85. RGB value is (219,79,133). Sum of RGB (Red+Green+Blue) = 219+79+133=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F85 is #24B07A. Grayscale: #7E7E7E. Windows color (decimal): -2404475 or 8736731. OLE color: 8736731.
HSL color Cylindrical-coordinate representation of color #DB4F85: hue angle of 336.86º 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 #DB4F85 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 133 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.14 |
| HSL | 336.86º | 0.66% | 0.58% | - |
| HSV(B) | 336.86º | 0.64% | 0.86% | - |
| XYZ | 36.24 | 22.35 | 24.59 | - |
| YUV | 127.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 133 | 0 | 0.64 | 0.39 | 0.14 | 336.86 | 0.66 | 0.58 |
| Hex | DB | 4F | 85 | 0 | 40 | 27 | E | 151 | 42 | 3A |
| Octal | 333 | 117 | 205 | 0 | 100 | 47 | 16 | 521 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10000101 | 0 | 1000000 | 100111 | 1110 | 101010001 | 1000010 | 111010 |
Color Harmonies of #DB4F85
Complementary color
Monochromatic Colors of #DB4F85
Black with #DB4F85
Text Example
Text Example
White with #DB4F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F85; }
p { color: rgb(219,79,133); }
H1.HeaderClassName
{
color: #DB4F85;
}
.AnyTagClassName
{
color: #DB4F85;
}
</style>
background-color css
<style>
a { background-color: #DB4F85; }
a { background-color: rgb(219,79,133); }
div.DivClassName
{
background-color: #DB4F85;
}
.BgClassName
{
background-color: #DB4F85;
}
</style>
border-color css
<style>
span { border-color: #DB4F85; }
span { border-color: rgb(219,79,133); }
td.TdClassName
{
border-color: #DB4F85;
}
.TagClassName
{
border-color: #DB4F85;
}
</style>