Shades of Cranberry #DC477E
Tints of Cranberry #DC477E
RGB
CMYK
RGB Variations
Color information
#DC477E (or 0xDC477E) is known color: Cranberry. HEX triplet: DC, 47 and 7E. RGB value is (220,71,126). Sum of RGB (Red+Green+Blue) = 220+71+126=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC477E is #23B881. Grayscale: #797979. Windows color (decimal): -2340994 or 8275932. OLE color: 8275932.
HSL color Cylindrical-coordinate representation of color #DC477E: hue angle of 337.85º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC477E is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 126 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.14 |
| HSL | 337.85º | 0.68% | 0.57% | - |
| HSV(B) | 337.85º | 0.68% | 0.86% | - |
| XYZ | 35.53 | 21.23 | 21.96 | - |
| YUV | 121.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 126 | 0 | 0.68 | 0.43 | 0.14 | 337.85 | 0.68 | 0.57 |
| Hex | DC | 47 | 7E | 0 | 44 | 2B | E | 152 | 44 | 39 |
| Octal | 334 | 107 | 176 | 0 | 104 | 53 | 16 | 522 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1111110 | 0 | 1000100 | 101011 | 1110 | 101010010 | 1000100 | 111001 |
Color Harmonies of #DC477E
Complementary color
Monochromatic Colors of #DC477E
Black with #DC477E
Text Example
Text Example
White with #DC477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC477E; }
p { color: rgb(220,71,126); }
H1.HeaderClassName
{
color: #DC477E;
}
.AnyTagClassName
{
color: #DC477E;
}
</style>
background-color css
<style>
a { background-color: #DC477E; }
a { background-color: rgb(220,71,126); }
div.DivClassName
{
background-color: #DC477E;
}
.BgClassName
{
background-color: #DC477E;
}
</style>
border-color css
<style>
span { border-color: #DC477E; }
span { border-color: rgb(220,71,126); }
td.TdClassName
{
border-color: #DC477E;
}
.TagClassName
{
border-color: #DC477E;
}
</style>