Shades of Cranberry #DF546D
Tints of Cranberry #DF546D
RGB
CMYK
RGB Variations
Color information
#DF546D (or 0xDF546D) is known color: Cranberry. HEX triplet: DF, 54 and 6D. RGB value is (223,84,109). Sum of RGB (Red+Green+Blue) = 223+84+109=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF546D is #20AB92. Grayscale: #808080. Windows color (decimal): -2141075 or 7165151. OLE color: 7165151.
HSL color Cylindrical-coordinate representation of color #DF546D: hue angle of 349.21º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF546D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 109 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.13 |
| HSL | 349.21º | 0.68% | 0.6% | - |
| HSV(B) | 349.21º | 0.62% | 0.87% | - |
| XYZ | 36.36 | 23.13 | 17.02 | - |
| YUV | 128.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 109 | 0 | 0.62 | 0.51 | 0.13 | 349.21 | 0.68 | 0.6 |
| Hex | DF | 54 | 6D | 0 | 3E | 33 | D | 15D | 44 | 3C |
| Octal | 337 | 124 | 155 | 0 | 76 | 63 | 15 | 535 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1101101 | 0 | 111110 | 110011 | 1101 | 101011101 | 1000100 | 111100 |
Color Harmonies of #DF546D
Complementary color
Monochromatic Colors of #DF546D
Black with #DF546D
Text Example
Text Example
White with #DF546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF546D; }
p { color: rgb(223,84,109); }
H1.HeaderClassName
{
color: #DF546D;
}
.AnyTagClassName
{
color: #DF546D;
}
</style>
background-color css
<style>
a { background-color: #DF546D; }
a { background-color: rgb(223,84,109); }
div.DivClassName
{
background-color: #DF546D;
}
.BgClassName
{
background-color: #DF546D;
}
</style>
border-color css
<style>
span { border-color: #DF546D; }
span { border-color: rgb(223,84,109); }
td.TdClassName
{
border-color: #DF546D;
}
.TagClassName
{
border-color: #DF546D;
}
</style>