Shades of Cranberry #DB5A81
Tints of Cranberry #DB5A81
RGB
CMYK
RGB Variations
Color information
#DB5A81 (or 0xDB5A81) is known color: Cranberry. HEX triplet: DB, 5A and 81. RGB value is (219,90,129). Sum of RGB (Red+Green+Blue) = 219+90+129=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A81 is #24A57E. Grayscale: #848484. Windows color (decimal): -2401663 or 8477403. OLE color: 8477403.
HSL color Cylindrical-coordinate representation of color #DB5A81: hue angle of 341.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A81 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 129 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.14 |
| HSL | 341.86º | 0.64% | 0.61% | - |
| HSV(B) | 341.86º | 0.59% | 0.86% | - |
| XYZ | 36.83 | 23.96 | 23.45 | - |
| YUV | 133.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 129 | 0 | 0.59 | 0.41 | 0.14 | 341.86 | 0.64 | 0.61 |
| Hex | DB | 5A | 81 | 0 | 3B | 29 | E | 156 | 40 | 3D |
| Octal | 333 | 132 | 201 | 0 | 73 | 51 | 16 | 526 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10000001 | 0 | 111011 | 101001 | 1110 | 101010110 | 1000000 | 111101 |
Color Harmonies of #DB5A81
Complementary color
Monochromatic Colors of #DB5A81
Black with #DB5A81
Text Example
Text Example
White with #DB5A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A81; }
p { color: rgb(219,90,129); }
H1.HeaderClassName
{
color: #DB5A81;
}
.AnyTagClassName
{
color: #DB5A81;
}
</style>
background-color css
<style>
a { background-color: #DB5A81; }
a { background-color: rgb(219,90,129); }
div.DivClassName
{
background-color: #DB5A81;
}
.BgClassName
{
background-color: #DB5A81;
}
</style>
border-color css
<style>
span { border-color: #DB5A81; }
span { border-color: rgb(219,90,129); }
td.TdClassName
{
border-color: #DB5A81;
}
.TagClassName
{
border-color: #DB5A81;
}
</style>