Shades of Cranberry #DF4075
Tints of Cranberry #DF4075
RGB
CMYK
RGB Variations
Color information
#DF4075 (or 0xDF4075) is known color: Cranberry. HEX triplet: DF, 40 and 75. RGB value is (223,64,117). Sum of RGB (Red+Green+Blue) = 223+64+117=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4075 is #20BF8A. Grayscale: #757575. Windows color (decimal): -2146187 or 7684319. OLE color: 7684319.
HSL color Cylindrical-coordinate representation of color #DF4075: hue angle of 340º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4075 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 117 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.13 |
| HSL | 340º | 0.71% | 0.56% | - |
| HSV(B) | 340º | 0.71% | 0.87% | - |
| XYZ | 35.48 | 20.64 | 18.94 | - |
| YUV | 117.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 117 | 0 | 0.71 | 0.48 | 0.13 | 340 | 0.71 | 0.56 |
| Hex | DF | 40 | 75 | 0 | 47 | 30 | D | 154 | 47 | 38 |
| Octal | 337 | 100 | 165 | 0 | 107 | 60 | 15 | 524 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1110101 | 0 | 1000111 | 110000 | 1101 | 101010100 | 1000111 | 111000 |
Color Harmonies of #DF4075
Complementary color
Monochromatic Colors of #DF4075
Black with #DF4075
Text Example
Text Example
White with #DF4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4075; }
p { color: rgb(223,64,117); }
H1.HeaderClassName
{
color: #DF4075;
}
.AnyTagClassName
{
color: #DF4075;
}
</style>
background-color css
<style>
a { background-color: #DF4075; }
a { background-color: rgb(223,64,117); }
div.DivClassName
{
background-color: #DF4075;
}
.BgClassName
{
background-color: #DF4075;
}
</style>
border-color css
<style>
span { border-color: #DF4075; }
span { border-color: rgb(223,64,117); }
td.TdClassName
{
border-color: #DF4075;
}
.TagClassName
{
border-color: #DF4075;
}
</style>