Shades of Cranberry #DF4174
Tints of Cranberry #DF4174
RGB
CMYK
RGB Variations
Color information
#DF4174 (or 0xDF4174) is known color: Cranberry. HEX triplet: DF, 41 and 74. RGB value is (223,65,116). Sum of RGB (Red+Green+Blue) = 223+65+116=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4174 is #20BE8B. Grayscale: #767676. Windows color (decimal): -2145932 or 7619039. OLE color: 7619039.
HSL color Cylindrical-coordinate representation of color #DF4174: hue angle of 340.63º 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 #DF4174 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 116 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.13 |
| HSL | 340.63º | 0.71% | 0.56% | - |
| HSV(B) | 340.63º | 0.71% | 0.87% | - |
| XYZ | 35.47 | 20.73 | 18.65 | - |
| YUV | 118.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 116 | 0 | 0.71 | 0.48 | 0.13 | 340.63 | 0.71 | 0.56 |
| Hex | DF | 41 | 74 | 0 | 47 | 30 | D | 155 | 47 | 38 |
| Octal | 337 | 101 | 164 | 0 | 107 | 60 | 15 | 525 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1110100 | 0 | 1000111 | 110000 | 1101 | 101010101 | 1000111 | 111000 |
Color Harmonies of #DF4174
Complementary color
Monochromatic Colors of #DF4174
Black with #DF4174
Text Example
Text Example
White with #DF4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4174; }
p { color: rgb(223,65,116); }
H1.HeaderClassName
{
color: #DF4174;
}
.AnyTagClassName
{
color: #DF4174;
}
</style>
background-color css
<style>
a { background-color: #DF4174; }
a { background-color: rgb(223,65,116); }
div.DivClassName
{
background-color: #DF4174;
}
.BgClassName
{
background-color: #DF4174;
}
</style>
border-color css
<style>
span { border-color: #DF4174; }
span { border-color: rgb(223,65,116); }
td.TdClassName
{
border-color: #DF4174;
}
.TagClassName
{
border-color: #DF4174;
}
</style>