Shades of Cranberry #DB4581
Tints of Cranberry #DB4581
RGB
CMYK
RGB Variations
Color information
#DB4581 (or 0xDB4581) is known color: Cranberry. HEX triplet: DB, 45 and 81. RGB value is (219,69,129). Sum of RGB (Red+Green+Blue) = 219+69+129=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4581 is #24BA7E. Grayscale: #787878. Windows color (decimal): -2407039 or 8472027. OLE color: 8472027.
HSL color Cylindrical-coordinate representation of color #DB4581: hue angle of 336º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4581 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 129 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.14 |
| HSL | 336º | 0.68% | 0.56% | - |
| HSV(B) | 336º | 0.68% | 0.86% | - |
| XYZ | 35.3 | 20.9 | 22.94 | - |
| YUV | 120.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 129 | 0 | 0.68 | 0.41 | 0.14 | 336 | 0.68 | 0.56 |
| Hex | DB | 45 | 81 | 0 | 44 | 29 | E | 150 | 44 | 38 |
| Octal | 333 | 105 | 201 | 0 | 104 | 51 | 16 | 520 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10000001 | 0 | 1000100 | 101001 | 1110 | 101010000 | 1000100 | 111000 |
Color Harmonies of #DB4581
Complementary color
Monochromatic Colors of #DB4581
Black with #DB4581
Text Example
Text Example
White with #DB4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4581; }
p { color: rgb(219,69,129); }
H1.HeaderClassName
{
color: #DB4581;
}
.AnyTagClassName
{
color: #DB4581;
}
</style>
background-color css
<style>
a { background-color: #DB4581; }
a { background-color: rgb(219,69,129); }
div.DivClassName
{
background-color: #DB4581;
}
.BgClassName
{
background-color: #DB4581;
}
</style>
border-color css
<style>
span { border-color: #DB4581; }
span { border-color: rgb(219,69,129); }
td.TdClassName
{
border-color: #DB4581;
}
.TagClassName
{
border-color: #DB4581;
}
</style>