Shades of Cranberry #DC546F
Tints of Cranberry #DC546F
RGB
CMYK
RGB Variations
Color information
#DC546F (or 0xDC546F) is known color: Cranberry. HEX triplet: DC, 54 and 6F. RGB value is (220,84,111). Sum of RGB (Red+Green+Blue) = 220+84+111=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC546F is #23AB90. Grayscale: #7F7F7F. Windows color (decimal): -2337681 or 7296220. OLE color: 7296220.
HSL color Cylindrical-coordinate representation of color #DC546F: hue angle of 348.09º 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 #DC546F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 111 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.14 |
| HSL | 348.09º | 0.66% | 0.6% | - |
| HSV(B) | 348.09º | 0.62% | 0.86% | - |
| XYZ | 35.55 | 22.7 | 17.55 | - |
| YUV | 127.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 111 | 0 | 0.62 | 0.50 | 0.14 | 348.09 | 0.66 | 0.6 |
| Hex | DC | 54 | 6F | 0 | 3E | 32 | E | 15C | 42 | 3C |
| Octal | 334 | 124 | 157 | 0 | 76 | 62 | 16 | 534 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1101111 | 0 | 111110 | 110010 | 1110 | 101011100 | 1000010 | 111100 |
Color Harmonies of #DC546F
Complementary color
Monochromatic Colors of #DC546F
Black with #DC546F
Text Example
Text Example
White with #DC546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC546F; }
p { color: rgb(220,84,111); }
H1.HeaderClassName
{
color: #DC546F;
}
.AnyTagClassName
{
color: #DC546F;
}
</style>
background-color css
<style>
a { background-color: #DC546F; }
a { background-color: rgb(220,84,111); }
div.DivClassName
{
background-color: #DC546F;
}
.BgClassName
{
background-color: #DC546F;
}
</style>
border-color css
<style>
span { border-color: #DC546F; }
span { border-color: rgb(220,84,111); }
td.TdClassName
{
border-color: #DC546F;
}
.TagClassName
{
border-color: #DC546F;
}
</style>