Shades of Cranberry #DB447B
Tints of Cranberry #DB447B
RGB
CMYK
RGB Variations
Color information
#DB447B (or 0xDB447B) is known color: Cranberry. HEX triplet: DB, 44 and 7B. RGB value is (219,68,123). Sum of RGB (Red+Green+Blue) = 219+68+123=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB447B is #24BB84. Grayscale: #777777. Windows color (decimal): -2407301 or 8078555. OLE color: 8078555.
HSL color Cylindrical-coordinate representation of color #DB447B: hue angle of 338.15º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB447B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 123 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.14 |
| HSL | 338.15º | 0.68% | 0.56% | - |
| HSV(B) | 338.15º | 0.69% | 0.86% | - |
| XYZ | 34.86 | 20.62 | 20.88 | - |
| YUV | 119.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 123 | 0 | 0.69 | 0.44 | 0.14 | 338.15 | 0.68 | 0.56 |
| Hex | DB | 44 | 7B | 0 | 45 | 2C | E | 152 | 44 | 38 |
| Octal | 333 | 104 | 173 | 0 | 105 | 54 | 16 | 522 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1111011 | 0 | 1000101 | 101100 | 1110 | 101010010 | 1000100 | 111000 |
Color Harmonies of #DB447B
Complementary color
Monochromatic Colors of #DB447B
Black with #DB447B
Text Example
Text Example
White with #DB447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB447B; }
p { color: rgb(219,68,123); }
H1.HeaderClassName
{
color: #DB447B;
}
.AnyTagClassName
{
color: #DB447B;
}
</style>
background-color css
<style>
a { background-color: #DB447B; }
a { background-color: rgb(219,68,123); }
div.DivClassName
{
background-color: #DB447B;
}
.BgClassName
{
background-color: #DB447B;
}
</style>
border-color css
<style>
span { border-color: #DB447B; }
span { border-color: rgb(219,68,123); }
td.TdClassName
{
border-color: #DB447B;
}
.TagClassName
{
border-color: #DB447B;
}
</style>