Shades of Cranberry #DC5C7D
Tints of Cranberry #DC5C7D
RGB
CMYK
RGB Variations
Color information
#DC5C7D (or 0xDC5C7D) is known color: Cranberry. HEX triplet: DC, 5C and 7D. RGB value is (220,92,125). Sum of RGB (Red+Green+Blue) = 220+92+125=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C7D is #23A382. Grayscale: #868686. Windows color (decimal): -2335619 or 8215772. OLE color: 8215772.
HSL color Cylindrical-coordinate representation of color #DC5C7D: hue angle of 344.53º degrees, saturation: 0.65, 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 #DC5C7D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 125 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.14 |
| HSL | 344.53º | 0.65% | 0.61% | - |
| HSV(B) | 344.53º | 0.58% | 0.86% | - |
| XYZ | 37.04 | 24.35 | 22.15 | - |
| YUV | 134.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 125 | 0 | 0.58 | 0.43 | 0.14 | 344.53 | 0.65 | 0.61 |
| Hex | DC | 5C | 7D | 0 | 3A | 2B | E | 159 | 41 | 3D |
| Octal | 334 | 134 | 175 | 0 | 72 | 53 | 16 | 531 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1111101 | 0 | 111010 | 101011 | 1110 | 101011001 | 1000001 | 111101 |
Color Harmonies of #DC5C7D
Complementary color
Monochromatic Colors of #DC5C7D
Black with #DC5C7D
Text Example
Text Example
White with #DC5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C7D; }
p { color: rgb(220,92,125); }
H1.HeaderClassName
{
color: #DC5C7D;
}
.AnyTagClassName
{
color: #DC5C7D;
}
</style>
background-color css
<style>
a { background-color: #DC5C7D; }
a { background-color: rgb(220,92,125); }
div.DivClassName
{
background-color: #DC5C7D;
}
.BgClassName
{
background-color: #DC5C7D;
}
</style>
border-color css
<style>
span { border-color: #DC5C7D; }
span { border-color: rgb(220,92,125); }
td.TdClassName
{
border-color: #DC5C7D;
}
.TagClassName
{
border-color: #DC5C7D;
}
</style>