Shades of Cranberry #DB5A7F
Tints of Cranberry #DB5A7F
RGB
CMYK
RGB Variations
Color information
#DB5A7F (or 0xDB5A7F) is known color: Cranberry. HEX triplet: DB, 5A and 7F. RGB value is (219,90,127). Sum of RGB (Red+Green+Blue) = 219+90+127=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A7F is #24A580. Grayscale: #848484. Windows color (decimal): -2401665 or 8346331. OLE color: 8346331.
HSL color Cylindrical-coordinate representation of color #DB5A7F: hue angle of 342.79º 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 #DB5A7F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 127 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.14 |
| HSL | 342.79º | 0.64% | 0.61% | - |
| HSV(B) | 342.79º | 0.59% | 0.86% | - |
| XYZ | 36.7 | 23.9 | 22.76 | - |
| YUV | 132.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 127 | 0 | 0.59 | 0.42 | 0.14 | 342.79 | 0.64 | 0.61 |
| Hex | DB | 5A | 7F | 0 | 3B | 2A | E | 157 | 40 | 3D |
| Octal | 333 | 132 | 177 | 0 | 73 | 52 | 16 | 527 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1111111 | 0 | 111011 | 101010 | 1110 | 101010111 | 1000000 | 111101 |
Color Harmonies of #DB5A7F
Complementary color
Monochromatic Colors of #DB5A7F
Black with #DB5A7F
Text Example
Text Example
White with #DB5A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A7F; }
p { color: rgb(219,90,127); }
H1.HeaderClassName
{
color: #DB5A7F;
}
.AnyTagClassName
{
color: #DB5A7F;
}
</style>
background-color css
<style>
a { background-color: #DB5A7F; }
a { background-color: rgb(219,90,127); }
div.DivClassName
{
background-color: #DB5A7F;
}
.BgClassName
{
background-color: #DB5A7F;
}
</style>
border-color css
<style>
span { border-color: #DB5A7F; }
span { border-color: rgb(219,90,127); }
td.TdClassName
{
border-color: #DB5A7F;
}
.TagClassName
{
border-color: #DB5A7F;
}
</style>