Shades of Cranberry #DB5384
Tints of Cranberry #DB5384
RGB
CMYK
RGB Variations
Color information
#DB5384 (or 0xDB5384) is known color: Cranberry. HEX triplet: DB, 53 and 84. RGB value is (219,83,132). Sum of RGB (Red+Green+Blue) = 219+83+132=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5384 is #24AC7B. Grayscale: #818181. Windows color (decimal): -2403452 or 8672219. OLE color: 8672219.
HSL color Cylindrical-coordinate representation of color #DB5384: hue angle of 338.38º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5384 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 132 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.14 |
| HSL | 338.38º | 0.65% | 0.59% | - |
| HSV(B) | 338.38º | 0.62% | 0.86% | - |
| XYZ | 36.47 | 22.91 | 24.33 | - |
| YUV | 129.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 132 | 0 | 0.62 | 0.40 | 0.14 | 338.38 | 0.65 | 0.59 |
| Hex | DB | 53 | 84 | 0 | 3E | 28 | E | 152 | 41 | 3B |
| Octal | 333 | 123 | 204 | 0 | 76 | 50 | 16 | 522 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10000100 | 0 | 111110 | 101000 | 1110 | 101010010 | 1000001 | 111011 |
Color Harmonies of #DB5384
Complementary color
Monochromatic Colors of #DB5384
Black with #DB5384
Text Example
Text Example
White with #DB5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5384; }
p { color: rgb(219,83,132); }
H1.HeaderClassName
{
color: #DB5384;
}
.AnyTagClassName
{
color: #DB5384;
}
</style>
background-color css
<style>
a { background-color: #DB5384; }
a { background-color: rgb(219,83,132); }
div.DivClassName
{
background-color: #DB5384;
}
.BgClassName
{
background-color: #DB5384;
}
</style>
border-color css
<style>
span { border-color: #DB5384; }
span { border-color: rgb(219,83,132); }
td.TdClassName
{
border-color: #DB5384;
}
.TagClassName
{
border-color: #DB5384;
}
</style>