Shades of Cranberry #DF547E
Tints of Cranberry #DF547E
RGB
CMYK
RGB Variations
Color information
#DF547E (or 0xDF547E) is known color: Cranberry. HEX triplet: DF, 54 and 7E. RGB value is (223,84,126). Sum of RGB (Red+Green+Blue) = 223+84+126=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF547E is #20AB81. Grayscale: #828282. Windows color (decimal): -2141058 or 8279263. OLE color: 8279263.
HSL color Cylindrical-coordinate representation of color #DF547E: hue angle of 341.87º 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 #DF547E is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 126 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.13 |
| HSL | 341.87º | 0.68% | 0.6% | - |
| HSV(B) | 341.87º | 0.62% | 0.87% | - |
| XYZ | 37.37 | 23.53 | 22.31 | - |
| YUV | 130.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 126 | 0 | 0.62 | 0.43 | 0.13 | 341.87 | 0.68 | 0.6 |
| Hex | DF | 54 | 7E | 0 | 3E | 2B | D | 156 | 44 | 3C |
| Octal | 337 | 124 | 176 | 0 | 76 | 53 | 15 | 526 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1111110 | 0 | 111110 | 101011 | 1101 | 101010110 | 1000100 | 111100 |
Color Harmonies of #DF547E
Complementary color
Monochromatic Colors of #DF547E
Black with #DF547E
Text Example
Text Example
White with #DF547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF547E; }
p { color: rgb(223,84,126); }
H1.HeaderClassName
{
color: #DF547E;
}
.AnyTagClassName
{
color: #DF547E;
}
</style>
background-color css
<style>
a { background-color: #DF547E; }
a { background-color: rgb(223,84,126); }
div.DivClassName
{
background-color: #DF547E;
}
.BgClassName
{
background-color: #DF547E;
}
</style>
border-color css
<style>
span { border-color: #DF547E; }
span { border-color: rgb(223,84,126); }
td.TdClassName
{
border-color: #DF547E;
}
.TagClassName
{
border-color: #DF547E;
}
</style>