Shades of Cranberry #DB547B
Tints of Cranberry #DB547B
RGB
CMYK
RGB Variations
Color information
#DB547B (or 0xDB547B) is known color: Cranberry. HEX triplet: DB, 54 and 7B. RGB value is (219,84,123). Sum of RGB (Red+Green+Blue) = 219+84+123=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB547B is #24AB84. Grayscale: #808080. Windows color (decimal): -2403205 or 8082651. OLE color: 8082651.
HSL color Cylindrical-coordinate representation of color #DB547B: hue angle of 342.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB547B is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 123 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.14 |
| HSL | 342.67º | 0.65% | 0.59% | - |
| HSV(B) | 342.67º | 0.62% | 0.86% | - |
| XYZ | 35.96 | 22.83 | 21.25 | - |
| YUV | 128.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 123 | 0 | 0.62 | 0.44 | 0.14 | 342.67 | 0.65 | 0.59 |
| Hex | DB | 54 | 7B | 0 | 3E | 2C | E | 157 | 41 | 3B |
| Octal | 333 | 124 | 173 | 0 | 76 | 54 | 16 | 527 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1111011 | 0 | 111110 | 101100 | 1110 | 101010111 | 1000001 | 111011 |
Color Harmonies of #DB547B
Complementary color
Monochromatic Colors of #DB547B
Black with #DB547B
Text Example
Text Example
White with #DB547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB547B; }
p { color: rgb(219,84,123); }
H1.HeaderClassName
{
color: #DB547B;
}
.AnyTagClassName
{
color: #DB547B;
}
</style>
background-color css
<style>
a { background-color: #DB547B; }
a { background-color: rgb(219,84,123); }
div.DivClassName
{
background-color: #DB547B;
}
.BgClassName
{
background-color: #DB547B;
}
</style>
border-color css
<style>
span { border-color: #DB547B; }
span { border-color: rgb(219,84,123); }
td.TdClassName
{
border-color: #DB547B;
}
.TagClassName
{
border-color: #DB547B;
}
</style>