Shades of Cranberry #DF4775
Tints of Cranberry #DF4775
RGB
CMYK
RGB Variations
Color information
#DF4775 (or 0xDF4775) is known color: Cranberry. HEX triplet: DF, 47 and 75. RGB value is (223,71,117). Sum of RGB (Red+Green+Blue) = 223+71+117=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4775 is #20B88A. Grayscale: #797979. Windows color (decimal): -2144395 or 7686111. OLE color: 7686111.
HSL color Cylindrical-coordinate representation of color #DF4775: hue angle of 341.84º 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 #DF4775 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 117 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.13 |
| HSL | 341.84º | 0.7% | 0.58% | - |
| HSV(B) | 341.84º | 0.68% | 0.87% | - |
| XYZ | 35.9 | 21.48 | 19.08 | - |
| YUV | 121.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 117 | 0 | 0.68 | 0.48 | 0.13 | 341.84 | 0.7 | 0.58 |
| Hex | DF | 47 | 75 | 0 | 44 | 30 | D | 156 | 46 | 3A |
| Octal | 337 | 107 | 165 | 0 | 104 | 60 | 15 | 526 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1110101 | 0 | 1000100 | 110000 | 1101 | 101010110 | 1000110 | 111010 |
Color Harmonies of #DF4775
Complementary color
Monochromatic Colors of #DF4775
Black with #DF4775
Text Example
Text Example
White with #DF4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4775; }
p { color: rgb(223,71,117); }
H1.HeaderClassName
{
color: #DF4775;
}
.AnyTagClassName
{
color: #DF4775;
}
</style>
background-color css
<style>
a { background-color: #DF4775; }
a { background-color: rgb(223,71,117); }
div.DivClassName
{
background-color: #DF4775;
}
.BgClassName
{
background-color: #DF4775;
}
</style>
border-color css
<style>
span { border-color: #DF4775; }
span { border-color: rgb(223,71,117); }
td.TdClassName
{
border-color: #DF4775;
}
.TagClassName
{
border-color: #DF4775;
}
</style>