Shades of Cranberry #DF567D
Tints of Cranberry #DF567D
RGB
CMYK
RGB Variations
Color information
#DF567D (or 0xDF567D) is known color: Cranberry. HEX triplet: DF, 56 and 7D. RGB value is (223,86,125). Sum of RGB (Red+Green+Blue) = 223+86+125=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF567D is #20A982. Grayscale: #838383. Windows color (decimal): -2140547 or 8214239. OLE color: 8214239.
HSL color Cylindrical-coordinate representation of color #DF567D: hue angle of 342.92º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF567D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 125 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.13 |
| HSL | 342.92º | 0.68% | 0.61% | - |
| HSV(B) | 342.92º | 0.61% | 0.87% | - |
| XYZ | 37.46 | 23.82 | 22.03 | - |
| YUV | 131.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 125 | 0 | 0.61 | 0.44 | 0.13 | 342.92 | 0.68 | 0.61 |
| Hex | DF | 56 | 7D | 0 | 3D | 2C | D | 157 | 44 | 3D |
| Octal | 337 | 126 | 175 | 0 | 75 | 54 | 15 | 527 | 104 | 75 |
| Binary | 11011111 | 1010110 | 1111101 | 0 | 111101 | 101100 | 1101 | 101010111 | 1000100 | 111101 |
Color Harmonies of #DF567D
Complementary color
Monochromatic Colors of #DF567D
Black with #DF567D
Text Example
Text Example
White with #DF567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF567D; }
p { color: rgb(223,86,125); }
H1.HeaderClassName
{
color: #DF567D;
}
.AnyTagClassName
{
color: #DF567D;
}
</style>
background-color css
<style>
a { background-color: #DF567D; }
a { background-color: rgb(223,86,125); }
div.DivClassName
{
background-color: #DF567D;
}
.BgClassName
{
background-color: #DF567D;
}
</style>
border-color css
<style>
span { border-color: #DF567D; }
span { border-color: rgb(223,86,125); }
td.TdClassName
{
border-color: #DF567D;
}
.TagClassName
{
border-color: #DF567D;
}
</style>