Shades of Cranberry #DB5F7F
Tints of Cranberry #DB5F7F
RGB
CMYK
RGB Variations
Color information
#DB5F7F (or 0xDB5F7F) is known color: Cranberry. HEX triplet: DB, 5F and 7F. RGB value is (219,95,127). Sum of RGB (Red+Green+Blue) = 219+95+127=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F7F is #24A080. Grayscale: #878787. Windows color (decimal): -2400385 or 8347611. OLE color: 8347611.
HSL color Cylindrical-coordinate representation of color #DB5F7F: hue angle of 344.52º 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 #DB5F7F is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 127 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.14 |
| HSL | 344.52º | 0.63% | 0.62% | - |
| HSV(B) | 344.52º | 0.57% | 0.86% | - |
| XYZ | 37.14 | 24.78 | 22.9 | - |
| YUV | 135.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 127 | 0 | 0.57 | 0.42 | 0.14 | 344.52 | 0.63 | 0.62 |
| Hex | DB | 5F | 7F | 0 | 39 | 2A | E | 159 | 3F | 3E |
| Octal | 333 | 137 | 177 | 0 | 71 | 52 | 16 | 531 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1111111 | 0 | 111001 | 101010 | 1110 | 101011001 | 111111 | 111110 |
Color Harmonies of #DB5F7F
Complementary color
Monochromatic Colors of #DB5F7F
Black with #DB5F7F
Text Example
Text Example
White with #DB5F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F7F; }
p { color: rgb(219,95,127); }
H1.HeaderClassName
{
color: #DB5F7F;
}
.AnyTagClassName
{
color: #DB5F7F;
}
</style>
background-color css
<style>
a { background-color: #DB5F7F; }
a { background-color: rgb(219,95,127); }
div.DivClassName
{
background-color: #DB5F7F;
}
.BgClassName
{
background-color: #DB5F7F;
}
</style>
border-color css
<style>
span { border-color: #DB5F7F; }
span { border-color: rgb(219,95,127); }
td.TdClassName
{
border-color: #DB5F7F;
}
.TagClassName
{
border-color: #DB5F7F;
}
</style>