Shades of Cranberry #DB477D
Tints of Cranberry #DB477D
RGB
CMYK
RGB Variations
Color information
#DB477D (or 0xDB477D) is known color: Cranberry. HEX triplet: DB, 47 and 7D. RGB value is (219,71,125). Sum of RGB (Red+Green+Blue) = 219+71+125=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB477D is #24B882. Grayscale: #797979. Windows color (decimal): -2406531 or 8210395. OLE color: 8210395.
HSL color Cylindrical-coordinate representation of color #DB477D: hue angle of 338.11º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB477D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 125 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.14 |
| HSL | 338.11º | 0.67% | 0.57% | - |
| HSV(B) | 338.11º | 0.68% | 0.86% | - |
| XYZ | 35.17 | 21.05 | 21.61 | - |
| YUV | 121.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 125 | 0 | 0.68 | 0.43 | 0.14 | 338.11 | 0.67 | 0.57 |
| Hex | DB | 47 | 7D | 0 | 44 | 2B | E | 152 | 43 | 39 |
| Octal | 333 | 107 | 175 | 0 | 104 | 53 | 16 | 522 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1111101 | 0 | 1000100 | 101011 | 1110 | 101010010 | 1000011 | 111001 |
Color Harmonies of #DB477D
Complementary color
Monochromatic Colors of #DB477D
Black with #DB477D
Text Example
Text Example
White with #DB477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB477D; }
p { color: rgb(219,71,125); }
H1.HeaderClassName
{
color: #DB477D;
}
.AnyTagClassName
{
color: #DB477D;
}
</style>
background-color css
<style>
a { background-color: #DB477D; }
a { background-color: rgb(219,71,125); }
div.DivClassName
{
background-color: #DB477D;
}
.BgClassName
{
background-color: #DB477D;
}
</style>
border-color css
<style>
span { border-color: #DB477D; }
span { border-color: rgb(219,71,125); }
td.TdClassName
{
border-color: #DB477D;
}
.TagClassName
{
border-color: #DB477D;
}
</style>