Shades of Cranberry #DB5C7D
Tints of Cranberry #DB5C7D
RGB
CMYK
RGB Variations
Color information
#DB5C7D (or 0xDB5C7D) is known color: Cranberry. HEX triplet: DB, 5C and 7D. RGB value is (219,92,125). Sum of RGB (Red+Green+Blue) = 219+92+125=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C7D is #24A382. Grayscale: #858585. Windows color (decimal): -2401155 or 8215771. OLE color: 8215771.
HSL color Cylindrical-coordinate representation of color #DB5C7D: hue angle of 344.41º 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 #DB5C7D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 125 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.14 |
| HSL | 344.41º | 0.64% | 0.61% | - |
| HSV(B) | 344.41º | 0.58% | 0.86% | - |
| XYZ | 36.74 | 24.2 | 22.14 | - |
| YUV | 133.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 125 | 0 | 0.58 | 0.43 | 0.14 | 344.41 | 0.64 | 0.61 |
| Hex | DB | 5C | 7D | 0 | 3A | 2B | E | 158 | 40 | 3D |
| Octal | 333 | 134 | 175 | 0 | 72 | 53 | 16 | 530 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1111101 | 0 | 111010 | 101011 | 1110 | 101011000 | 1000000 | 111101 |
Color Harmonies of #DB5C7D
Complementary color
Monochromatic Colors of #DB5C7D
Black with #DB5C7D
Text Example
Text Example
White with #DB5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C7D; }
p { color: rgb(219,92,125); }
H1.HeaderClassName
{
color: #DB5C7D;
}
.AnyTagClassName
{
color: #DB5C7D;
}
</style>
background-color css
<style>
a { background-color: #DB5C7D; }
a { background-color: rgb(219,92,125); }
div.DivClassName
{
background-color: #DB5C7D;
}
.BgClassName
{
background-color: #DB5C7D;
}
</style>
border-color css
<style>
span { border-color: #DB5C7D; }
span { border-color: rgb(219,92,125); }
td.TdClassName
{
border-color: #DB5C7D;
}
.TagClassName
{
border-color: #DB5C7D;
}
</style>