Shades of Cranberry #DF5575
Tints of Cranberry #DF5575
RGB
CMYK
RGB Variations
Color information
#DF5575 (or 0xDF5575) is known color: Cranberry. HEX triplet: DF, 55 and 75. RGB value is (223,85,117). Sum of RGB (Red+Green+Blue) = 223+85+117=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5575 is #20AA8A. Grayscale: #818181. Windows color (decimal): -2140811 or 7689695. OLE color: 7689695.
HSL color Cylindrical-coordinate representation of color #DF5575: hue angle of 346.09º 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 #DF5575 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 117 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.13 |
| HSL | 346.09º | 0.68% | 0.6% | - |
| HSV(B) | 346.09º | 0.62% | 0.87% | - |
| XYZ | 36.89 | 23.47 | 19.42 | - |
| YUV | 129.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 117 | 0 | 0.62 | 0.48 | 0.13 | 346.09 | 0.68 | 0.6 |
| Hex | DF | 55 | 75 | 0 | 3E | 30 | D | 15A | 44 | 3C |
| Octal | 337 | 125 | 165 | 0 | 76 | 60 | 15 | 532 | 104 | 74 |
| Binary | 11011111 | 1010101 | 1110101 | 0 | 111110 | 110000 | 1101 | 101011010 | 1000100 | 111100 |
Color Harmonies of #DF5575
Complementary color
Monochromatic Colors of #DF5575
Black with #DF5575
Text Example
Text Example
White with #DF5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5575; }
p { color: rgb(223,85,117); }
H1.HeaderClassName
{
color: #DF5575;
}
.AnyTagClassName
{
color: #DF5575;
}
</style>
background-color css
<style>
a { background-color: #DF5575; }
a { background-color: rgb(223,85,117); }
div.DivClassName
{
background-color: #DF5575;
}
.BgClassName
{
background-color: #DF5575;
}
</style>
border-color css
<style>
span { border-color: #DF5575; }
span { border-color: rgb(223,85,117); }
td.TdClassName
{
border-color: #DF5575;
}
.TagClassName
{
border-color: #DF5575;
}
</style>