Shades of Cranberry #DC5472
Tints of Cranberry #DC5472
RGB
CMYK
RGB Variations
Color information
#DC5472 (or 0xDC5472) is known color: Cranberry. HEX triplet: DC, 54 and 72. RGB value is (220,84,114). Sum of RGB (Red+Green+Blue) = 220+84+114=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5472 is #23AB8D. Grayscale: #808080. Windows color (decimal): -2337678 or 7492828. OLE color: 7492828.
HSL color Cylindrical-coordinate representation of color #DC5472: hue angle of 346.76º 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 #DC5472 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 114 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.14 |
| HSL | 346.76º | 0.66% | 0.6% | - |
| HSV(B) | 346.76º | 0.62% | 0.86% | - |
| XYZ | 35.72 | 22.77 | 18.43 | - |
| YUV | 128.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 114 | 0 | 0.62 | 0.48 | 0.14 | 346.76 | 0.66 | 0.6 |
| Hex | DC | 54 | 72 | 0 | 3E | 30 | E | 15B | 42 | 3C |
| Octal | 334 | 124 | 162 | 0 | 76 | 60 | 16 | 533 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1110010 | 0 | 111110 | 110000 | 1110 | 101011011 | 1000010 | 111100 |
Color Harmonies of #DC5472
Complementary color
Monochromatic Colors of #DC5472
Black with #DC5472
Text Example
Text Example
White with #DC5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5472; }
p { color: rgb(220,84,114); }
H1.HeaderClassName
{
color: #DC5472;
}
.AnyTagClassName
{
color: #DC5472;
}
</style>
background-color css
<style>
a { background-color: #DC5472; }
a { background-color: rgb(220,84,114); }
div.DivClassName
{
background-color: #DC5472;
}
.BgClassName
{
background-color: #DC5472;
}
</style>
border-color css
<style>
span { border-color: #DC5472; }
span { border-color: rgb(220,84,114); }
td.TdClassName
{
border-color: #DC5472;
}
.TagClassName
{
border-color: #DC5472;
}
</style>