Shades of Cranberry #DC5E7B
Tints of Cranberry #DC5E7B
RGB
CMYK
RGB Variations
Color information
#DC5E7B (or 0xDC5E7B) is known color: Cranberry. HEX triplet: DC, 5E and 7B. RGB value is (220,94,123). Sum of RGB (Red+Green+Blue) = 220+94+123=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E7B is #23A184. Grayscale: #868686. Windows color (decimal): -2335109 or 8085212. OLE color: 8085212.
HSL color Cylindrical-coordinate representation of color #DC5E7B: hue angle of 346.19º degrees, saturation: 0.64, 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 #DC5E7B is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 123 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.14 |
| HSL | 346.19º | 0.64% | 0.62% | - |
| HSV(B) | 346.19º | 0.57% | 0.86% | - |
| XYZ | 37.09 | 24.65 | 21.54 | - |
| YUV | 134.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 123 | 0 | 0.57 | 0.44 | 0.14 | 346.19 | 0.64 | 0.62 |
| Hex | DC | 5E | 7B | 0 | 39 | 2C | E | 15A | 40 | 3E |
| Octal | 334 | 136 | 173 | 0 | 71 | 54 | 16 | 532 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1111011 | 0 | 111001 | 101100 | 1110 | 101011010 | 1000000 | 111110 |
Color Harmonies of #DC5E7B
Complementary color
Monochromatic Colors of #DC5E7B
Black with #DC5E7B
Text Example
Text Example
White with #DC5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E7B; }
p { color: rgb(220,94,123); }
H1.HeaderClassName
{
color: #DC5E7B;
}
.AnyTagClassName
{
color: #DC5E7B;
}
</style>
background-color css
<style>
a { background-color: #DC5E7B; }
a { background-color: rgb(220,94,123); }
div.DivClassName
{
background-color: #DC5E7B;
}
.BgClassName
{
background-color: #DC5E7B;
}
</style>
border-color css
<style>
span { border-color: #DC5E7B; }
span { border-color: rgb(220,94,123); }
td.TdClassName
{
border-color: #DC5E7B;
}
.TagClassName
{
border-color: #DC5E7B;
}
</style>