Shades of Cranberry #DB537B
Tints of Cranberry #DB537B
RGB
CMYK
RGB Variations
Color information
#DB537B (or 0xDB537B) is known color: Cranberry. HEX triplet: DB, 53 and 7B. RGB value is (219,83,123). Sum of RGB (Red+Green+Blue) = 219+83+123=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB537B is #24AC84. Grayscale: #808080. Windows color (decimal): -2403461 or 8082395. OLE color: 8082395.
HSL color Cylindrical-coordinate representation of color #DB537B: hue angle of 342.35º 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 #DB537B is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 123 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.14 |
| HSL | 342.35º | 0.65% | 0.59% | - |
| HSV(B) | 342.35º | 0.62% | 0.86% | - |
| XYZ | 35.88 | 22.68 | 21.22 | - |
| YUV | 128.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 123 | 0 | 0.62 | 0.44 | 0.14 | 342.35 | 0.65 | 0.59 |
| Hex | DB | 53 | 7B | 0 | 3E | 2C | E | 156 | 41 | 3B |
| Octal | 333 | 123 | 173 | 0 | 76 | 54 | 16 | 526 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1111011 | 0 | 111110 | 101100 | 1110 | 101010110 | 1000001 | 111011 |
Color Harmonies of #DB537B
Complementary color
Monochromatic Colors of #DB537B
Black with #DB537B
Text Example
Text Example
White with #DB537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB537B; }
p { color: rgb(219,83,123); }
H1.HeaderClassName
{
color: #DB537B;
}
.AnyTagClassName
{
color: #DB537B;
}
</style>
background-color css
<style>
a { background-color: #DB537B; }
a { background-color: rgb(219,83,123); }
div.DivClassName
{
background-color: #DB537B;
}
.BgClassName
{
background-color: #DB537B;
}
</style>
border-color css
<style>
span { border-color: #DB537B; }
span { border-color: rgb(219,83,123); }
td.TdClassName
{
border-color: #DB537B;
}
.TagClassName
{
border-color: #DB537B;
}
</style>