Shades of Cranberry #DB407B
Tints of Cranberry #DB407B
RGB
CMYK
RGB Variations
Color information
#DB407B (or 0xDB407B) is known color: Cranberry. HEX triplet: DB, 40 and 7B. RGB value is (219,64,123). Sum of RGB (Red+Green+Blue) = 219+64+123=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB407B is #24BF84. Grayscale: #747474. Windows color (decimal): -2408325 or 8077531. OLE color: 8077531.
HSL color Cylindrical-coordinate representation of color #DB407B: hue angle of 337.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB407B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 123 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.14 |
| HSL | 337.16º | 0.68% | 0.55% | - |
| HSV(B) | 337.16º | 0.71% | 0.86% | - |
| XYZ | 34.62 | 20.16 | 20.8 | - |
| YUV | 117.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 123 | 0 | 0.71 | 0.44 | 0.14 | 337.16 | 0.68 | 0.55 |
| Hex | DB | 40 | 7B | 0 | 47 | 2C | E | 151 | 44 | 37 |
| Octal | 333 | 100 | 173 | 0 | 107 | 54 | 16 | 521 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1111011 | 0 | 1000111 | 101100 | 1110 | 101010001 | 1000100 | 110111 |
Color Harmonies of #DB407B
Complementary color
Monochromatic Colors of #DB407B
Black with #DB407B
Text Example
Text Example
White with #DB407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB407B; }
p { color: rgb(219,64,123); }
H1.HeaderClassName
{
color: #DB407B;
}
.AnyTagClassName
{
color: #DB407B;
}
</style>
background-color css
<style>
a { background-color: #DB407B; }
a { background-color: rgb(219,64,123); }
div.DivClassName
{
background-color: #DB407B;
}
.BgClassName
{
background-color: #DB407B;
}
</style>
border-color css
<style>
span { border-color: #DB407B; }
span { border-color: rgb(219,64,123); }
td.TdClassName
{
border-color: #DB407B;
}
.TagClassName
{
border-color: #DB407B;
}
</style>