Shades of Cranberry #DC5476
Tints of Cranberry #DC5476
RGB
CMYK
RGB Variations
Color information
#DC5476 (or 0xDC5476) is known color: Cranberry. HEX triplet: DC, 54 and 76. RGB value is (220,84,118). Sum of RGB (Red+Green+Blue) = 220+84+118=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5476 is #23AB89. Grayscale: #808080. Windows color (decimal): -2337674 or 7754972. OLE color: 7754972.
HSL color Cylindrical-coordinate representation of color #DC5476: hue angle of 345º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5476 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 118 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.14 |
| HSL | 345º | 0.66% | 0.6% | - |
| HSV(B) | 345º | 0.62% | 0.86% | - |
| XYZ | 35.96 | 22.86 | 19.66 | - |
| YUV | 128.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 118 | 0 | 0.62 | 0.46 | 0.14 | 345 | 0.66 | 0.6 |
| Hex | DC | 54 | 76 | 0 | 3E | 2E | E | 159 | 42 | 3C |
| Octal | 334 | 124 | 166 | 0 | 76 | 56 | 16 | 531 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1110110 | 0 | 111110 | 101110 | 1110 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DC5476
Complementary color
Monochromatic Colors of #DC5476
Black with #DC5476
Text Example
Text Example
White with #DC5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5476; }
p { color: rgb(220,84,118); }
H1.HeaderClassName
{
color: #DC5476;
}
.AnyTagClassName
{
color: #DC5476;
}
</style>
background-color css
<style>
a { background-color: #DC5476; }
a { background-color: rgb(220,84,118); }
div.DivClassName
{
background-color: #DC5476;
}
.BgClassName
{
background-color: #DC5476;
}
</style>
border-color css
<style>
span { border-color: #DC5476; }
span { border-color: rgb(220,84,118); }
td.TdClassName
{
border-color: #DC5476;
}
.TagClassName
{
border-color: #DC5476;
}
</style>