Shades of Cranberry #DF4975
Tints of Cranberry #DF4975
RGB
CMYK
RGB Variations
Color information
#DF4975 (or 0xDF4975) is known color: Cranberry. HEX triplet: DF, 49 and 75. RGB value is (223,73,117). Sum of RGB (Red+Green+Blue) = 223+73+117=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4975 is #20B68A. Grayscale: #7A7A7A. Windows color (decimal): -2143883 or 7686623. OLE color: 7686623.
HSL color Cylindrical-coordinate representation of color #DF4975: hue angle of 342.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4975 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 117 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.13 |
| HSL | 342.4º | 0.7% | 0.58% | - |
| HSV(B) | 342.4º | 0.67% | 0.87% | - |
| XYZ | 36.02 | 21.74 | 19.13 | - |
| YUV | 122.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 117 | 0 | 0.67 | 0.48 | 0.13 | 342.4 | 0.7 | 0.58 |
| Hex | DF | 49 | 75 | 0 | 43 | 30 | D | 156 | 46 | 3A |
| Octal | 337 | 111 | 165 | 0 | 103 | 60 | 15 | 526 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1110101 | 0 | 1000011 | 110000 | 1101 | 101010110 | 1000110 | 111010 |
Color Harmonies of #DF4975
Complementary color
Monochromatic Colors of #DF4975
Black with #DF4975
Text Example
Text Example
White with #DF4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4975; }
p { color: rgb(223,73,117); }
H1.HeaderClassName
{
color: #DF4975;
}
.AnyTagClassName
{
color: #DF4975;
}
</style>
background-color css
<style>
a { background-color: #DF4975; }
a { background-color: rgb(223,73,117); }
div.DivClassName
{
background-color: #DF4975;
}
.BgClassName
{
background-color: #DF4975;
}
</style>
border-color css
<style>
span { border-color: #DF4975; }
span { border-color: rgb(223,73,117); }
td.TdClassName
{
border-color: #DF4975;
}
.TagClassName
{
border-color: #DF4975;
}
</style>