Shades of Cranberry #DB5A7D
Tints of Cranberry #DB5A7D
RGB
CMYK
RGB Variations
Color information
#DB5A7D (or 0xDB5A7D) is known color: Cranberry. HEX triplet: DB, 5A and 7D. RGB value is (219,90,125). Sum of RGB (Red+Green+Blue) = 219+90+125=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A7D is #24A582. Grayscale: #848484. Windows color (decimal): -2401667 or 8215259. OLE color: 8215259.
HSL color Cylindrical-coordinate representation of color #DB5A7D: hue angle of 343.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A7D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 125 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.14 |
| HSL | 343.72º | 0.64% | 0.61% | - |
| HSV(B) | 343.72º | 0.59% | 0.86% | - |
| XYZ | 36.57 | 23.85 | 22.08 | - |
| YUV | 132.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 125 | 0 | 0.59 | 0.43 | 0.14 | 343.72 | 0.64 | 0.61 |
| Hex | DB | 5A | 7D | 0 | 3B | 2B | E | 158 | 40 | 3D |
| Octal | 333 | 132 | 175 | 0 | 73 | 53 | 16 | 530 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1111101 | 0 | 111011 | 101011 | 1110 | 101011000 | 1000000 | 111101 |
Color Harmonies of #DB5A7D
Complementary color
Monochromatic Colors of #DB5A7D
Black with #DB5A7D
Text Example
Text Example
White with #DB5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A7D; }
p { color: rgb(219,90,125); }
H1.HeaderClassName
{
color: #DB5A7D;
}
.AnyTagClassName
{
color: #DB5A7D;
}
</style>
background-color css
<style>
a { background-color: #DB5A7D; }
a { background-color: rgb(219,90,125); }
div.DivClassName
{
background-color: #DB5A7D;
}
.BgClassName
{
background-color: #DB5A7D;
}
</style>
border-color css
<style>
span { border-color: #DB5A7D; }
span { border-color: rgb(219,90,125); }
td.TdClassName
{
border-color: #DB5A7D;
}
.TagClassName
{
border-color: #DB5A7D;
}
</style>