Shades of Cranberry #DC5E7A
Tints of Cranberry #DC5E7A
RGB
CMYK
RGB Variations
Color information
#DC5E7A (or 0xDC5E7A) is known color: Cranberry. HEX triplet: DC, 5E and 7A. RGB value is (220,94,122). Sum of RGB (Red+Green+Blue) = 220+94+122=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E7A is #23A185. Grayscale: #868686. Windows color (decimal): -2335110 or 8019676. OLE color: 8019676.
HSL color Cylindrical-coordinate representation of color #DC5E7A: hue angle of 346.67º 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 #DC5E7A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 122 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.14 |
| HSL | 346.67º | 0.64% | 0.62% | - |
| HSV(B) | 346.67º | 0.57% | 0.86% | - |
| XYZ | 37.03 | 24.63 | 21.21 | - |
| YUV | 134.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 122 | 0 | 0.57 | 0.45 | 0.14 | 346.67 | 0.64 | 0.62 |
| Hex | DC | 5E | 7A | 0 | 39 | 2D | E | 15B | 40 | 3E |
| Octal | 334 | 136 | 172 | 0 | 71 | 55 | 16 | 533 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1111010 | 0 | 111001 | 101101 | 1110 | 101011011 | 1000000 | 111110 |
Color Harmonies of #DC5E7A
Complementary color
Monochromatic Colors of #DC5E7A
Black with #DC5E7A
Text Example
Text Example
White with #DC5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E7A; }
p { color: rgb(220,94,122); }
H1.HeaderClassName
{
color: #DC5E7A;
}
.AnyTagClassName
{
color: #DC5E7A;
}
</style>
background-color css
<style>
a { background-color: #DC5E7A; }
a { background-color: rgb(220,94,122); }
div.DivClassName
{
background-color: #DC5E7A;
}
.BgClassName
{
background-color: #DC5E7A;
}
</style>
border-color css
<style>
span { border-color: #DC5E7A; }
span { border-color: rgb(220,94,122); }
td.TdClassName
{
border-color: #DC5E7A;
}
.TagClassName
{
border-color: #DC5E7A;
}
</style>