Shades of Cranberry #DB4B87
Tints of Cranberry #DB4B87
RGB
CMYK
RGB Variations
Color information
#DB4B87 (or 0xDB4B87) is known color: Cranberry. HEX triplet: DB, 4B and 87. RGB value is (219,75,135). Sum of RGB (Red+Green+Blue) = 219+75+135=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B87 is #24B478. Grayscale: #7C7C7C. Windows color (decimal): -2405497 or 8866779. OLE color: 8866779.
HSL color Cylindrical-coordinate representation of color #DB4B87: hue angle of 335º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B87 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 135 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.14 |
| HSL | 335º | 0.67% | 0.58% | - |
| HSV(B) | 335º | 0.66% | 0.86% | - |
| XYZ | 36.1 | 21.84 | 25.23 | - |
| YUV | 124.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 135 | 0 | 0.66 | 0.38 | 0.14 | 335 | 0.67 | 0.58 |
| Hex | DB | 4B | 87 | 0 | 42 | 26 | E | 14F | 43 | 3A |
| Octal | 333 | 113 | 207 | 0 | 102 | 46 | 16 | 517 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10000111 | 0 | 1000010 | 100110 | 1110 | 101001111 | 1000011 | 111010 |
Color Harmonies of #DB4B87
Complementary color
Monochromatic Colors of #DB4B87
Black with #DB4B87
Text Example
Text Example
White with #DB4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B87; }
p { color: rgb(219,75,135); }
H1.HeaderClassName
{
color: #DB4B87;
}
.AnyTagClassName
{
color: #DB4B87;
}
</style>
background-color css
<style>
a { background-color: #DB4B87; }
a { background-color: rgb(219,75,135); }
div.DivClassName
{
background-color: #DB4B87;
}
.BgClassName
{
background-color: #DB4B87;
}
</style>
border-color css
<style>
span { border-color: #DB4B87; }
span { border-color: rgb(219,75,135); }
td.TdClassName
{
border-color: #DB4B87;
}
.TagClassName
{
border-color: #DB4B87;
}
</style>