Shades of Cranberry #DB507D
Tints of Cranberry #DB507D
RGB
CMYK
RGB Variations
Color information
#DB507D (or 0xDB507D) is known color: Cranberry. HEX triplet: DB, 50 and 7D. RGB value is (219,80,125). Sum of RGB (Red+Green+Blue) = 219+80+125=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB507D is #24AF82. Grayscale: #7E7E7E. Windows color (decimal): -2404227 or 8212699. OLE color: 8212699.
HSL color Cylindrical-coordinate representation of color #DB507D: hue angle of 340.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB507D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 125 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.14 |
| HSL | 340.58º | 0.66% | 0.59% | - |
| HSV(B) | 340.58º | 0.63% | 0.86% | - |
| XYZ | 35.78 | 22.28 | 21.82 | - |
| YUV | 126.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 125 | 0 | 0.63 | 0.43 | 0.14 | 340.58 | 0.66 | 0.59 |
| Hex | DB | 50 | 7D | 0 | 3F | 2B | E | 155 | 42 | 3B |
| Octal | 333 | 120 | 175 | 0 | 77 | 53 | 16 | 525 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1111101 | 0 | 111111 | 101011 | 1110 | 101010101 | 1000010 | 111011 |
Color Harmonies of #DB507D
Complementary color
Monochromatic Colors of #DB507D
Black with #DB507D
Text Example
Text Example
White with #DB507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB507D; }
p { color: rgb(219,80,125); }
H1.HeaderClassName
{
color: #DB507D;
}
.AnyTagClassName
{
color: #DB507D;
}
</style>
background-color css
<style>
a { background-color: #DB507D; }
a { background-color: rgb(219,80,125); }
div.DivClassName
{
background-color: #DB507D;
}
.BgClassName
{
background-color: #DB507D;
}
</style>
border-color css
<style>
span { border-color: #DB507D; }
span { border-color: rgb(219,80,125); }
td.TdClassName
{
border-color: #DB507D;
}
.TagClassName
{
border-color: #DB507D;
}
</style>