Shades of Cranberry #DC476E
Tints of Cranberry #DC476E
RGB
CMYK
RGB Variations
Color information
#DC476E (or 0xDC476E) is known color: Cranberry. HEX triplet: DC, 47 and 6E. RGB value is (220,71,110). Sum of RGB (Red+Green+Blue) = 220+71+110=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC476E is #23B891. Grayscale: #777777. Windows color (decimal): -2341010 or 7227356. OLE color: 7227356.
HSL color Cylindrical-coordinate representation of color #DC476E: hue angle of 344.3º 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 #DC476E is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 110 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.14 |
| HSL | 344.3º | 0.68% | 0.57% | - |
| HSV(B) | 344.3º | 0.68% | 0.86% | - |
| XYZ | 34.58 | 20.85 | 16.95 | - |
| YUV | 120 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 110 | 0 | 0.68 | 0.50 | 0.14 | 344.3 | 0.68 | 0.57 |
| Hex | DC | 47 | 6E | 0 | 44 | 32 | E | 158 | 44 | 39 |
| Octal | 334 | 107 | 156 | 0 | 104 | 62 | 16 | 530 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1101110 | 0 | 1000100 | 110010 | 1110 | 101011000 | 1000100 | 111001 |
Color Harmonies of #DC476E
Complementary color
Monochromatic Colors of #DC476E
Black with #DC476E
Text Example
Text Example
White with #DC476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC476E; }
p { color: rgb(220,71,110); }
H1.HeaderClassName
{
color: #DC476E;
}
.AnyTagClassName
{
color: #DC476E;
}
</style>
background-color css
<style>
a { background-color: #DC476E; }
a { background-color: rgb(220,71,110); }
div.DivClassName
{
background-color: #DC476E;
}
.BgClassName
{
background-color: #DC476E;
}
</style>
border-color css
<style>
span { border-color: #DC476E; }
span { border-color: rgb(220,71,110); }
td.TdClassName
{
border-color: #DC476E;
}
.TagClassName
{
border-color: #DC476E;
}
</style>