Shades of Cranberry #DB4782
Tints of Cranberry #DB4782
RGB
CMYK
RGB Variations
Color information
#DB4782 (or 0xDB4782) is known color: Cranberry. HEX triplet: DB, 47 and 82. RGB value is (219,71,130). Sum of RGB (Red+Green+Blue) = 219+71+130=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4782 is #24B87D. Grayscale: #797979. Windows color (decimal): -2406526 or 8538075. OLE color: 8538075.
HSL color Cylindrical-coordinate representation of color #DB4782: hue angle of 336.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4782 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 130 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.14 |
| HSL | 336.08º | 0.67% | 0.57% | - |
| HSV(B) | 336.08º | 0.68% | 0.86% | - |
| XYZ | 35.5 | 21.18 | 23.34 | - |
| YUV | 121.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 130 | 0 | 0.68 | 0.41 | 0.14 | 336.08 | 0.67 | 0.57 |
| Hex | DB | 47 | 82 | 0 | 44 | 29 | E | 150 | 43 | 39 |
| Octal | 333 | 107 | 202 | 0 | 104 | 51 | 16 | 520 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10000010 | 0 | 1000100 | 101001 | 1110 | 101010000 | 1000011 | 111001 |
Color Harmonies of #DB4782
Complementary color
Monochromatic Colors of #DB4782
Black with #DB4782
Text Example
Text Example
White with #DB4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4782; }
p { color: rgb(219,71,130); }
H1.HeaderClassName
{
color: #DB4782;
}
.AnyTagClassName
{
color: #DB4782;
}
</style>
background-color css
<style>
a { background-color: #DB4782; }
a { background-color: rgb(219,71,130); }
div.DivClassName
{
background-color: #DB4782;
}
.BgClassName
{
background-color: #DB4782;
}
</style>
border-color css
<style>
span { border-color: #DB4782; }
span { border-color: rgb(219,71,130); }
td.TdClassName
{
border-color: #DB4782;
}
.TagClassName
{
border-color: #DB4782;
}
</style>