Shades of Cranberry #DB457B
Tints of Cranberry #DB457B
RGB
CMYK
RGB Variations
Color information
#DB457B (or 0xDB457B) is known color: Cranberry. HEX triplet: DB, 45 and 7B. RGB value is (219,69,123). Sum of RGB (Red+Green+Blue) = 219+69+123=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB457B is #24BA84. Grayscale: #777777. Windows color (decimal): -2407045 or 8078811. OLE color: 8078811.
HSL color Cylindrical-coordinate representation of color #DB457B: hue angle of 338.4º 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 #DB457B is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 123 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.14 |
| HSL | 338.4º | 0.68% | 0.56% | - |
| HSV(B) | 338.4º | 0.68% | 0.86% | - |
| XYZ | 34.92 | 20.75 | 20.9 | - |
| YUV | 120.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 123 | 0 | 0.68 | 0.44 | 0.14 | 338.4 | 0.68 | 0.56 |
| Hex | DB | 45 | 7B | 0 | 44 | 2C | E | 152 | 44 | 38 |
| Octal | 333 | 105 | 173 | 0 | 104 | 54 | 16 | 522 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1111011 | 0 | 1000100 | 101100 | 1110 | 101010010 | 1000100 | 111000 |
Color Harmonies of #DB457B
Complementary color
Monochromatic Colors of #DB457B
Black with #DB457B
Text Example
Text Example
White with #DB457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB457B; }
p { color: rgb(219,69,123); }
H1.HeaderClassName
{
color: #DB457B;
}
.AnyTagClassName
{
color: #DB457B;
}
</style>
background-color css
<style>
a { background-color: #DB457B; }
a { background-color: rgb(219,69,123); }
div.DivClassName
{
background-color: #DB457B;
}
.BgClassName
{
background-color: #DB457B;
}
</style>
border-color css
<style>
span { border-color: #DB457B; }
span { border-color: rgb(219,69,123); }
td.TdClassName
{
border-color: #DB457B;
}
.TagClassName
{
border-color: #DB457B;
}
</style>