Shades of Cranberry #DF4875
Tints of Cranberry #DF4875
RGB
CMYK
RGB Variations
Color information
#DF4875 (or 0xDF4875) is known color: Cranberry. HEX triplet: DF, 48 and 75. RGB value is (223,72,117). Sum of RGB (Red+Green+Blue) = 223+72+117=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4875 is #20B78A. Grayscale: #7A7A7A. Windows color (decimal): -2144139 or 7686367. OLE color: 7686367.
HSL color Cylindrical-coordinate representation of color #DF4875: hue angle of 342.12º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4875 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 117 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.13 |
| HSL | 342.12º | 0.7% | 0.58% | - |
| HSV(B) | 342.12º | 0.68% | 0.87% | - |
| XYZ | 35.96 | 21.61 | 19.1 | - |
| YUV | 122.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 117 | 0 | 0.68 | 0.48 | 0.13 | 342.12 | 0.7 | 0.58 |
| Hex | DF | 48 | 75 | 0 | 44 | 30 | D | 156 | 46 | 3A |
| Octal | 337 | 110 | 165 | 0 | 104 | 60 | 15 | 526 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1110101 | 0 | 1000100 | 110000 | 1101 | 101010110 | 1000110 | 111010 |
Color Harmonies of #DF4875
Complementary color
Monochromatic Colors of #DF4875
Black with #DF4875
Text Example
Text Example
White with #DF4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4875; }
p { color: rgb(223,72,117); }
H1.HeaderClassName
{
color: #DF4875;
}
.AnyTagClassName
{
color: #DF4875;
}
</style>
background-color css
<style>
a { background-color: #DF4875; }
a { background-color: rgb(223,72,117); }
div.DivClassName
{
background-color: #DF4875;
}
.BgClassName
{
background-color: #DF4875;
}
</style>
border-color css
<style>
span { border-color: #DF4875; }
span { border-color: rgb(223,72,117); }
td.TdClassName
{
border-color: #DF4875;
}
.TagClassName
{
border-color: #DF4875;
}
</style>