Shades of Cranberry #DB5382
Tints of Cranberry #DB5382
RGB
CMYK
RGB Variations
Color information
#DB5382 (or 0xDB5382) is known color: Cranberry. HEX triplet: DB, 53 and 82. RGB value is (219,83,130). Sum of RGB (Red+Green+Blue) = 219+83+130=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5382 is #24AC7D. Grayscale: #808080. Windows color (decimal): -2403454 or 8541147. OLE color: 8541147.
HSL color Cylindrical-coordinate representation of color #DB5382: hue angle of 339.26º 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 #DB5382 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 130 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.14 |
| HSL | 339.26º | 0.65% | 0.59% | - |
| HSV(B) | 339.26º | 0.62% | 0.86% | - |
| XYZ | 36.34 | 22.86 | 23.62 | - |
| YUV | 129.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 130 | 0 | 0.62 | 0.41 | 0.14 | 339.26 | 0.65 | 0.59 |
| Hex | DB | 53 | 82 | 0 | 3E | 29 | E | 153 | 41 | 3B |
| Octal | 333 | 123 | 202 | 0 | 76 | 51 | 16 | 523 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10000010 | 0 | 111110 | 101001 | 1110 | 101010011 | 1000001 | 111011 |
Color Harmonies of #DB5382
Complementary color
Monochromatic Colors of #DB5382
Black with #DB5382
Text Example
Text Example
White with #DB5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5382; }
p { color: rgb(219,83,130); }
H1.HeaderClassName
{
color: #DB5382;
}
.AnyTagClassName
{
color: #DB5382;
}
</style>
background-color css
<style>
a { background-color: #DB5382; }
a { background-color: rgb(219,83,130); }
div.DivClassName
{
background-color: #DB5382;
}
.BgClassName
{
background-color: #DB5382;
}
</style>
border-color css
<style>
span { border-color: #DB5382; }
span { border-color: rgb(219,83,130); }
td.TdClassName
{
border-color: #DB5382;
}
.TagClassName
{
border-color: #DB5382;
}
</style>