Shades of Cranberry #DC5E7C
Tints of Cranberry #DC5E7C
RGB
CMYK
RGB Variations
Color information
#DC5E7C (or 0xDC5E7C) is known color: Cranberry. HEX triplet: DC, 5E and 7C. RGB value is (220,94,124). Sum of RGB (Red+Green+Blue) = 220+94+124=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E7C is #23A183. Grayscale: #878787. Windows color (decimal): -2335108 or 8150748. OLE color: 8150748.
HSL color Cylindrical-coordinate representation of color #DC5E7C: hue angle of 345.71º 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 #DC5E7C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 124 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.14 |
| HSL | 345.71º | 0.64% | 0.62% | - |
| HSV(B) | 345.71º | 0.57% | 0.86% | - |
| XYZ | 37.16 | 24.68 | 21.87 | - |
| YUV | 135.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 124 | 0 | 0.57 | 0.44 | 0.14 | 345.71 | 0.64 | 0.62 |
| Hex | DC | 5E | 7C | 0 | 39 | 2C | E | 15A | 40 | 3E |
| Octal | 334 | 136 | 174 | 0 | 71 | 54 | 16 | 532 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1111100 | 0 | 111001 | 101100 | 1110 | 101011010 | 1000000 | 111110 |
Color Harmonies of #DC5E7C
Complementary color
Monochromatic Colors of #DC5E7C
Black with #DC5E7C
Text Example
Text Example
White with #DC5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E7C; }
p { color: rgb(220,94,124); }
H1.HeaderClassName
{
color: #DC5E7C;
}
.AnyTagClassName
{
color: #DC5E7C;
}
</style>
background-color css
<style>
a { background-color: #DC5E7C; }
a { background-color: rgb(220,94,124); }
div.DivClassName
{
background-color: #DC5E7C;
}
.BgClassName
{
background-color: #DC5E7C;
}
</style>
border-color css
<style>
span { border-color: #DC5E7C; }
span { border-color: rgb(220,94,124); }
td.TdClassName
{
border-color: #DC5E7C;
}
.TagClassName
{
border-color: #DC5E7C;
}
</style>