Shades of Cranberry #DF5673
Tints of Cranberry #DF5673
RGB
CMYK
RGB Variations
Color information
#DF5673 (or 0xDF5673) is known color: Cranberry. HEX triplet: DF, 56 and 73. RGB value is (223,86,115). Sum of RGB (Red+Green+Blue) = 223+86+115=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5673 is #20A98C. Grayscale: #828282. Windows color (decimal): -2140557 or 7558879. OLE color: 7558879.
HSL color Cylindrical-coordinate representation of color #DF5673: hue angle of 347.3º 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 #DF5673 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 115 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.13 |
| HSL | 347.3º | 0.68% | 0.61% | - |
| HSV(B) | 347.3º | 0.61% | 0.87% | - |
| XYZ | 36.85 | 23.58 | 18.83 | - |
| YUV | 130.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 115 | 0 | 0.61 | 0.48 | 0.13 | 347.3 | 0.68 | 0.61 |
| Hex | DF | 56 | 73 | 0 | 3D | 30 | D | 15B | 44 | 3D |
| Octal | 337 | 126 | 163 | 0 | 75 | 60 | 15 | 533 | 104 | 75 |
| Binary | 11011111 | 1010110 | 1110011 | 0 | 111101 | 110000 | 1101 | 101011011 | 1000100 | 111101 |
Color Harmonies of #DF5673
Complementary color
Monochromatic Colors of #DF5673
Black with #DF5673
Text Example
Text Example
White with #DF5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5673; }
p { color: rgb(223,86,115); }
H1.HeaderClassName
{
color: #DF5673;
}
.AnyTagClassName
{
color: #DF5673;
}
</style>
background-color css
<style>
a { background-color: #DF5673; }
a { background-color: rgb(223,86,115); }
div.DivClassName
{
background-color: #DF5673;
}
.BgClassName
{
background-color: #DF5673;
}
</style>
border-color css
<style>
span { border-color: #DF5673; }
span { border-color: rgb(223,86,115); }
td.TdClassName
{
border-color: #DF5673;
}
.TagClassName
{
border-color: #DF5673;
}
</style>