Shades of Cranberry #DB457F
Tints of Cranberry #DB457F
RGB
CMYK
RGB Variations
Color information
#DB457F (or 0xDB457F) is known color: Cranberry. HEX triplet: DB, 45 and 7F. RGB value is (219,69,127). Sum of RGB (Red+Green+Blue) = 219+69+127=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB457F is #24BA80. Grayscale: #787878. Windows color (decimal): -2407041 or 8340955. OLE color: 8340955.
HSL color Cylindrical-coordinate representation of color #DB457F: hue angle of 336.8º 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 #DB457F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 127 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.14 |
| HSL | 336.8º | 0.68% | 0.56% | - |
| HSV(B) | 336.8º | 0.68% | 0.86% | - |
| XYZ | 35.17 | 20.85 | 22.25 | - |
| YUV | 120.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 127 | 0 | 0.68 | 0.42 | 0.14 | 336.8 | 0.68 | 0.56 |
| Hex | DB | 45 | 7F | 0 | 44 | 2A | E | 151 | 44 | 38 |
| Octal | 333 | 105 | 177 | 0 | 104 | 52 | 16 | 521 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1111111 | 0 | 1000100 | 101010 | 1110 | 101010001 | 1000100 | 111000 |
Color Harmonies of #DB457F
Complementary color
Monochromatic Colors of #DB457F
Black with #DB457F
Text Example
Text Example
White with #DB457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB457F; }
p { color: rgb(219,69,127); }
H1.HeaderClassName
{
color: #DB457F;
}
.AnyTagClassName
{
color: #DB457F;
}
</style>
background-color css
<style>
a { background-color: #DB457F; }
a { background-color: rgb(219,69,127); }
div.DivClassName
{
background-color: #DB457F;
}
.BgClassName
{
background-color: #DB457F;
}
</style>
border-color css
<style>
span { border-color: #DB457F; }
span { border-color: rgb(219,69,127); }
td.TdClassName
{
border-color: #DB457F;
}
.TagClassName
{
border-color: #DB457F;
}
</style>