Shades of Cranberry #DB5C7E
Tints of Cranberry #DB5C7E
RGB
CMYK
RGB Variations
Color information
#DB5C7E (or 0xDB5C7E) is known color: Cranberry. HEX triplet: DB, 5C and 7E. RGB value is (219,92,126). Sum of RGB (Red+Green+Blue) = 219+92+126=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C7E is #24A381. Grayscale: #858585. Windows color (decimal): -2401154 or 8281307. OLE color: 8281307.
HSL color Cylindrical-coordinate representation of color #DB5C7E: hue angle of 343.94º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C7E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 126 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.14 |
| HSL | 343.94º | 0.64% | 0.61% | - |
| HSV(B) | 343.94º | 0.58% | 0.86% | - |
| XYZ | 36.81 | 24.22 | 22.47 | - |
| YUV | 133.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 126 | 0 | 0.58 | 0.42 | 0.14 | 343.94 | 0.64 | 0.61 |
| Hex | DB | 5C | 7E | 0 | 3A | 2A | E | 158 | 40 | 3D |
| Octal | 333 | 134 | 176 | 0 | 72 | 52 | 16 | 530 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1111110 | 0 | 111010 | 101010 | 1110 | 101011000 | 1000000 | 111101 |
Color Harmonies of #DB5C7E
Complementary color
Monochromatic Colors of #DB5C7E
Black with #DB5C7E
Text Example
Text Example
White with #DB5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C7E; }
p { color: rgb(219,92,126); }
H1.HeaderClassName
{
color: #DB5C7E;
}
.AnyTagClassName
{
color: #DB5C7E;
}
</style>
background-color css
<style>
a { background-color: #DB5C7E; }
a { background-color: rgb(219,92,126); }
div.DivClassName
{
background-color: #DB5C7E;
}
.BgClassName
{
background-color: #DB5C7E;
}
</style>
border-color css
<style>
span { border-color: #DB5C7E; }
span { border-color: rgb(219,92,126); }
td.TdClassName
{
border-color: #DB5C7E;
}
.TagClassName
{
border-color: #DB5C7E;
}
</style>