Shades of Cranberry #DB5278
Tints of Cranberry #DB5278
RGB
CMYK
RGB Variations
Color information
#DB5278 (or 0xDB5278) is known color: Cranberry. HEX triplet: DB, 52 and 78. RGB value is (219,82,120). Sum of RGB (Red+Green+Blue) = 219+82+120=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5278 is #24AD87. Grayscale: #7F7F7F. Windows color (decimal): -2403720 or 7885531. OLE color: 7885531.
HSL color Cylindrical-coordinate representation of color #DB5278: hue angle of 343.36º 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 #DB5278 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 120 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 343.36º | 0.66% | 0.59% | - |
| HSV(B) | 343.36º | 0.63% | 0.86% | - |
| XYZ | 35.62 | 22.45 | 20.23 | - |
| YUV | 127.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 120 | 0 | 0.63 | 0.45 | 0.14 | 343.36 | 0.66 | 0.59 |
| Hex | DB | 52 | 78 | 0 | 3F | 2D | E | 157 | 42 | 3B |
| Octal | 333 | 122 | 170 | 0 | 77 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1111000 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DB5278
Complementary color
Monochromatic Colors of #DB5278
Black with #DB5278
Text Example
Text Example
White with #DB5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5278; }
p { color: rgb(219,82,120); }
H1.HeaderClassName
{
color: #DB5278;
}
.AnyTagClassName
{
color: #DB5278;
}
</style>
background-color css
<style>
a { background-color: #DB5278; }
a { background-color: rgb(219,82,120); }
div.DivClassName
{
background-color: #DB5278;
}
.BgClassName
{
background-color: #DB5278;
}
</style>
border-color css
<style>
span { border-color: #DB5278; }
span { border-color: rgb(219,82,120); }
td.TdClassName
{
border-color: #DB5278;
}
.TagClassName
{
border-color: #DB5278;
}
</style>