Shades of Cranberry #DB537C
Tints of Cranberry #DB537C
RGB
CMYK
RGB Variations
Color information
#DB537C (or 0xDB537C) is known color: Cranberry. HEX triplet: DB, 53 and 7C. RGB value is (219,83,124). Sum of RGB (Red+Green+Blue) = 219+83+124=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB537C is #24AC83. Grayscale: #808080. Windows color (decimal): -2403460 or 8147931. OLE color: 8147931.
HSL color Cylindrical-coordinate representation of color #DB537C: hue angle of 341.91º 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 #DB537C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 124 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.14 |
| HSL | 341.91º | 0.65% | 0.59% | - |
| HSV(B) | 341.91º | 0.62% | 0.86% | - |
| XYZ | 35.94 | 22.7 | 21.56 | - |
| YUV | 128.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 124 | 0 | 0.62 | 0.43 | 0.14 | 341.91 | 0.65 | 0.59 |
| Hex | DB | 53 | 7C | 0 | 3E | 2B | E | 156 | 41 | 3B |
| Octal | 333 | 123 | 174 | 0 | 76 | 53 | 16 | 526 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1111100 | 0 | 111110 | 101011 | 1110 | 101010110 | 1000001 | 111011 |
Color Harmonies of #DB537C
Complementary color
Monochromatic Colors of #DB537C
Black with #DB537C
Text Example
Text Example
White with #DB537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB537C; }
p { color: rgb(219,83,124); }
H1.HeaderClassName
{
color: #DB537C;
}
.AnyTagClassName
{
color: #DB537C;
}
</style>
background-color css
<style>
a { background-color: #DB537C; }
a { background-color: rgb(219,83,124); }
div.DivClassName
{
background-color: #DB537C;
}
.BgClassName
{
background-color: #DB537C;
}
</style>
border-color css
<style>
span { border-color: #DB537C; }
span { border-color: rgb(219,83,124); }
td.TdClassName
{
border-color: #DB537C;
}
.TagClassName
{
border-color: #DB537C;
}
</style>