Shades of Cranberry #DF4785
Tints of Cranberry #DF4785
RGB
CMYK
RGB Variations
Color information
#DF4785 (or 0xDF4785) is known color: Cranberry. HEX triplet: DF, 47 and 85. RGB value is (223,71,133). Sum of RGB (Red+Green+Blue) = 223+71+133=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4785 is #20B87A. Grayscale: #7B7B7B. Windows color (decimal): -2144379 or 8734687. OLE color: 8734687.
HSL color Cylindrical-coordinate representation of color #DF4785: hue angle of 335.53º 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 #DF4785 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 133 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.13 |
| HSL | 335.53º | 0.7% | 0.58% | - |
| HSV(B) | 335.53º | 0.68% | 0.87% | - |
| XYZ | 36.92 | 21.89 | 24.47 | - |
| YUV | 123.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 133 | 0 | 0.68 | 0.40 | 0.13 | 335.53 | 0.7 | 0.58 |
| Hex | DF | 47 | 85 | 0 | 44 | 28 | D | 150 | 46 | 3A |
| Octal | 337 | 107 | 205 | 0 | 104 | 50 | 15 | 520 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10000101 | 0 | 1000100 | 101000 | 1101 | 101010000 | 1000110 | 111010 |
Color Harmonies of #DF4785
Complementary color
Monochromatic Colors of #DF4785
Black with #DF4785
Text Example
Text Example
White with #DF4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4785; }
p { color: rgb(223,71,133); }
H1.HeaderClassName
{
color: #DF4785;
}
.AnyTagClassName
{
color: #DF4785;
}
</style>
background-color css
<style>
a { background-color: #DF4785; }
a { background-color: rgb(223,71,133); }
div.DivClassName
{
background-color: #DF4785;
}
.BgClassName
{
background-color: #DF4785;
}
</style>
border-color css
<style>
span { border-color: #DF4785; }
span { border-color: rgb(223,71,133); }
td.TdClassName
{
border-color: #DF4785;
}
.TagClassName
{
border-color: #DF4785;
}
</style>