Shades of Cranberry #DB457C
Tints of Cranberry #DB457C
RGB
CMYK
RGB Variations
Color information
#DB457C (or 0xDB457C) is known color: Cranberry. HEX triplet: DB, 45 and 7C. RGB value is (219,69,124). Sum of RGB (Red+Green+Blue) = 219+69+124=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB457C is #24BA83. Grayscale: #787878. Windows color (decimal): -2407044 or 8144347. OLE color: 8144347.
HSL color Cylindrical-coordinate representation of color #DB457C: hue angle of 338º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB457C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 124 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.14 |
| HSL | 338º | 0.68% | 0.56% | - |
| HSV(B) | 338º | 0.68% | 0.86% | - |
| XYZ | 34.98 | 20.77 | 21.23 | - |
| YUV | 120.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 124 | 0 | 0.68 | 0.43 | 0.14 | 338 | 0.68 | 0.56 |
| Hex | DB | 45 | 7C | 0 | 44 | 2B | E | 152 | 44 | 38 |
| Octal | 333 | 105 | 174 | 0 | 104 | 53 | 16 | 522 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1111100 | 0 | 1000100 | 101011 | 1110 | 101010010 | 1000100 | 111000 |
Color Harmonies of #DB457C
Complementary color
Monochromatic Colors of #DB457C
Black with #DB457C
Text Example
Text Example
White with #DB457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB457C; }
p { color: rgb(219,69,124); }
H1.HeaderClassName
{
color: #DB457C;
}
.AnyTagClassName
{
color: #DB457C;
}
</style>
background-color css
<style>
a { background-color: #DB457C; }
a { background-color: rgb(219,69,124); }
div.DivClassName
{
background-color: #DB457C;
}
.BgClassName
{
background-color: #DB457C;
}
</style>
border-color css
<style>
span { border-color: #DB457C; }
span { border-color: rgb(219,69,124); }
td.TdClassName
{
border-color: #DB457C;
}
.TagClassName
{
border-color: #DB457C;
}
</style>