Shades of Cranberry #DB5A7E
Tints of Cranberry #DB5A7E
RGB
CMYK
RGB Variations
Color information
#DB5A7E (or 0xDB5A7E) is known color: Cranberry. HEX triplet: DB, 5A and 7E. RGB value is (219,90,126). Sum of RGB (Red+Green+Blue) = 219+90+126=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A7E is #24A581. Grayscale: #848484. Windows color (decimal): -2401666 or 8280795. OLE color: 8280795.
HSL color Cylindrical-coordinate representation of color #DB5A7E: hue angle of 343.26º 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 #DB5A7E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 126 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.14 |
| HSL | 343.26º | 0.64% | 0.61% | - |
| HSV(B) | 343.26º | 0.59% | 0.86% | - |
| XYZ | 36.64 | 23.88 | 22.42 | - |
| YUV | 132.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 126 | 0 | 0.59 | 0.42 | 0.14 | 343.26 | 0.64 | 0.61 |
| Hex | DB | 5A | 7E | 0 | 3B | 2A | E | 157 | 40 | 3D |
| Octal | 333 | 132 | 176 | 0 | 73 | 52 | 16 | 527 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1111110 | 0 | 111011 | 101010 | 1110 | 101010111 | 1000000 | 111101 |
Color Harmonies of #DB5A7E
Complementary color
Monochromatic Colors of #DB5A7E
Black with #DB5A7E
Text Example
Text Example
White with #DB5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A7E; }
p { color: rgb(219,90,126); }
H1.HeaderClassName
{
color: #DB5A7E;
}
.AnyTagClassName
{
color: #DB5A7E;
}
</style>
background-color css
<style>
a { background-color: #DB5A7E; }
a { background-color: rgb(219,90,126); }
div.DivClassName
{
background-color: #DB5A7E;
}
.BgClassName
{
background-color: #DB5A7E;
}
</style>
border-color css
<style>
span { border-color: #DB5A7E; }
span { border-color: rgb(219,90,126); }
td.TdClassName
{
border-color: #DB5A7E;
}
.TagClassName
{
border-color: #DB5A7E;
}
</style>