Shades of Cranberry #DB5F7D
Tints of Cranberry #DB5F7D
RGB
CMYK
RGB Variations
Color information
#DB5F7D (or 0xDB5F7D) is known color: Cranberry. HEX triplet: DB, 5F and 7D. RGB value is (219,95,125). Sum of RGB (Red+Green+Blue) = 219+95+125=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F7D is #24A082. Grayscale: #878787. Windows color (decimal): -2400387 or 8216539. OLE color: 8216539.
HSL color Cylindrical-coordinate representation of color #DB5F7D: hue angle of 345.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F7D is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 125 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.14 |
| HSL | 345.48º | 0.63% | 0.62% | - |
| HSV(B) | 345.48º | 0.57% | 0.86% | - |
| XYZ | 37.01 | 24.73 | 22.22 | - |
| YUV | 135.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 125 | 0 | 0.57 | 0.43 | 0.14 | 345.48 | 0.63 | 0.62 |
| Hex | DB | 5F | 7D | 0 | 39 | 2B | E | 159 | 3F | 3E |
| Octal | 333 | 137 | 175 | 0 | 71 | 53 | 16 | 531 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1111101 | 0 | 111001 | 101011 | 1110 | 101011001 | 111111 | 111110 |
Color Harmonies of #DB5F7D
Complementary color
Monochromatic Colors of #DB5F7D
Black with #DB5F7D
Text Example
Text Example
White with #DB5F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F7D; }
p { color: rgb(219,95,125); }
H1.HeaderClassName
{
color: #DB5F7D;
}
.AnyTagClassName
{
color: #DB5F7D;
}
</style>
background-color css
<style>
a { background-color: #DB5F7D; }
a { background-color: rgb(219,95,125); }
div.DivClassName
{
background-color: #DB5F7D;
}
.BgClassName
{
background-color: #DB5F7D;
}
</style>
border-color css
<style>
span { border-color: #DB5F7D; }
span { border-color: rgb(219,95,125); }
td.TdClassName
{
border-color: #DB5F7D;
}
.TagClassName
{
border-color: #DB5F7D;
}
</style>