Shades of Cranberry #DB487F
Tints of Cranberry #DB487F
RGB
CMYK
RGB Variations
Color information
#DB487F (or 0xDB487F) is known color: Cranberry. HEX triplet: DB, 48 and 7F. RGB value is (219,72,127). Sum of RGB (Red+Green+Blue) = 219+72+127=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB487F is #24B780. Grayscale: #7A7A7A. Windows color (decimal): -2406273 or 8341723. OLE color: 8341723.
HSL color Cylindrical-coordinate representation of color #DB487F: hue angle of 337.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB487F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 127 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.14 |
| HSL | 337.55º | 0.67% | 0.57% | - |
| HSV(B) | 337.55º | 0.67% | 0.86% | - |
| XYZ | 35.36 | 21.23 | 22.31 | - |
| YUV | 122.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 127 | 0 | 0.67 | 0.42 | 0.14 | 337.55 | 0.67 | 0.57 |
| Hex | DB | 48 | 7F | 0 | 43 | 2A | E | 152 | 43 | 39 |
| Octal | 333 | 110 | 177 | 0 | 103 | 52 | 16 | 522 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1111111 | 0 | 1000011 | 101010 | 1110 | 101010010 | 1000011 | 111001 |
Color Harmonies of #DB487F
Complementary color
Monochromatic Colors of #DB487F
Black with #DB487F
Text Example
Text Example
White with #DB487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB487F; }
p { color: rgb(219,72,127); }
H1.HeaderClassName
{
color: #DB487F;
}
.AnyTagClassName
{
color: #DB487F;
}
</style>
background-color css
<style>
a { background-color: #DB487F; }
a { background-color: rgb(219,72,127); }
div.DivClassName
{
background-color: #DB487F;
}
.BgClassName
{
background-color: #DB487F;
}
</style>
border-color css
<style>
span { border-color: #DB487F; }
span { border-color: rgb(219,72,127); }
td.TdClassName
{
border-color: #DB487F;
}
.TagClassName
{
border-color: #DB487F;
}
</style>