Shades of Cranberry #DF547D
Tints of Cranberry #DF547D
RGB
CMYK
RGB Variations
Color information
#DF547D (or 0xDF547D) is known color: Cranberry. HEX triplet: DF, 54 and 7D. RGB value is (223,84,125). Sum of RGB (Red+Green+Blue) = 223+84+125=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF547D is #20AB82. Grayscale: #828282. Windows color (decimal): -2141059 or 8213727. OLE color: 8213727.
HSL color Cylindrical-coordinate representation of color #DF547D: hue angle of 342.3º 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 #DF547D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 125 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.13 |
| HSL | 342.3º | 0.68% | 0.6% | - |
| HSV(B) | 342.3º | 0.62% | 0.87% | - |
| XYZ | 37.3 | 23.51 | 21.97 | - |
| YUV | 130.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 125 | 0 | 0.62 | 0.44 | 0.13 | 342.3 | 0.68 | 0.6 |
| Hex | DF | 54 | 7D | 0 | 3E | 2C | D | 156 | 44 | 3C |
| Octal | 337 | 124 | 175 | 0 | 76 | 54 | 15 | 526 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1111101 | 0 | 111110 | 101100 | 1101 | 101010110 | 1000100 | 111100 |
Color Harmonies of #DF547D
Complementary color
Monochromatic Colors of #DF547D
Black with #DF547D
Text Example
Text Example
White with #DF547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF547D; }
p { color: rgb(223,84,125); }
H1.HeaderClassName
{
color: #DF547D;
}
.AnyTagClassName
{
color: #DF547D;
}
</style>
background-color css
<style>
a { background-color: #DF547D; }
a { background-color: rgb(223,84,125); }
div.DivClassName
{
background-color: #DF547D;
}
.BgClassName
{
background-color: #DF547D;
}
</style>
border-color css
<style>
span { border-color: #DF547D; }
span { border-color: rgb(223,84,125); }
td.TdClassName
{
border-color: #DF547D;
}
.TagClassName
{
border-color: #DF547D;
}
</style>