Shades of Cranberry #DC476F
Tints of Cranberry #DC476F
RGB
CMYK
RGB Variations
Color information
#DC476F (or 0xDC476F) is known color: Cranberry. HEX triplet: DC, 47 and 6F. RGB value is (220,71,111). Sum of RGB (Red+Green+Blue) = 220+71+111=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC476F is #23B890. Grayscale: #787878. Windows color (decimal): -2341009 or 7292892. OLE color: 7292892.
HSL color Cylindrical-coordinate representation of color #DC476F: hue angle of 343.89º 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 #DC476F is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 111 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.14 |
| HSL | 343.89º | 0.68% | 0.57% | - |
| HSV(B) | 343.89º | 0.68% | 0.86% | - |
| XYZ | 34.64 | 20.87 | 17.24 | - |
| YUV | 120.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 111 | 0 | 0.68 | 0.50 | 0.14 | 343.89 | 0.68 | 0.57 |
| Hex | DC | 47 | 6F | 0 | 44 | 32 | E | 158 | 44 | 39 |
| Octal | 334 | 107 | 157 | 0 | 104 | 62 | 16 | 530 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1101111 | 0 | 1000100 | 110010 | 1110 | 101011000 | 1000100 | 111001 |
Color Harmonies of #DC476F
Complementary color
Monochromatic Colors of #DC476F
Black with #DC476F
Text Example
Text Example
White with #DC476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC476F; }
p { color: rgb(220,71,111); }
H1.HeaderClassName
{
color: #DC476F;
}
.AnyTagClassName
{
color: #DC476F;
}
</style>
background-color css
<style>
a { background-color: #DC476F; }
a { background-color: rgb(220,71,111); }
div.DivClassName
{
background-color: #DC476F;
}
.BgClassName
{
background-color: #DC476F;
}
</style>
border-color css
<style>
span { border-color: #DC476F; }
span { border-color: rgb(220,71,111); }
td.TdClassName
{
border-color: #DC476F;
}
.TagClassName
{
border-color: #DC476F;
}
</style>