Shades of Cranberry #DB507F
Tints of Cranberry #DB507F
RGB
CMYK
RGB Variations
Color information
#DB507F (or 0xDB507F) is known color: Cranberry. HEX triplet: DB, 50 and 7F. RGB value is (219,80,127). Sum of RGB (Red+Green+Blue) = 219+80+127=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB507F is #24AF80. Grayscale: #7E7E7E. Windows color (decimal): -2404225 or 8343771. OLE color: 8343771.
HSL color Cylindrical-coordinate representation of color #DB507F: hue angle of 339.71º 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 #DB507F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 127 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.14 |
| HSL | 339.71º | 0.66% | 0.59% | - |
| HSV(B) | 339.71º | 0.63% | 0.86% | - |
| XYZ | 35.91 | 22.33 | 22.5 | - |
| YUV | 126.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 127 | 0 | 0.63 | 0.42 | 0.14 | 339.71 | 0.66 | 0.59 |
| Hex | DB | 50 | 7F | 0 | 3F | 2A | E | 154 | 42 | 3B |
| Octal | 333 | 120 | 177 | 0 | 77 | 52 | 16 | 524 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1111111 | 0 | 111111 | 101010 | 1110 | 101010100 | 1000010 | 111011 |
Color Harmonies of #DB507F
Complementary color
Monochromatic Colors of #DB507F
Black with #DB507F
Text Example
Text Example
White with #DB507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB507F; }
p { color: rgb(219,80,127); }
H1.HeaderClassName
{
color: #DB507F;
}
.AnyTagClassName
{
color: #DB507F;
}
</style>
background-color css
<style>
a { background-color: #DB507F; }
a { background-color: rgb(219,80,127); }
div.DivClassName
{
background-color: #DB507F;
}
.BgClassName
{
background-color: #DB507F;
}
</style>
border-color css
<style>
span { border-color: #DB507F; }
span { border-color: rgb(219,80,127); }
td.TdClassName
{
border-color: #DB507F;
}
.TagClassName
{
border-color: #DB507F;
}
</style>