Shades of Cranberry #DF4968
Tints of Cranberry #DF4968
RGB
CMYK
RGB Variations
Color information
#DF4968 (or 0xDF4968) is known color: Cranberry. HEX triplet: DF, 49 and 68. RGB value is (223,73,104). Sum of RGB (Red+Green+Blue) = 223+73+104=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4968 is #20B697. Grayscale: #797979. Windows color (decimal): -2143896 or 6834655. OLE color: 6834655.
HSL color Cylindrical-coordinate representation of color #DF4968: hue angle of 347.6º 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 #DF4968 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 104 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.13 |
| HSL | 347.6º | 0.7% | 0.58% | - |
| HSV(B) | 347.6º | 0.67% | 0.87% | - |
| XYZ | 35.31 | 21.45 | 15.38 | - |
| YUV | 121.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 104 | 0 | 0.67 | 0.53 | 0.13 | 347.6 | 0.7 | 0.58 |
| Hex | DF | 49 | 68 | 0 | 43 | 35 | D | 15C | 46 | 3A |
| Octal | 337 | 111 | 150 | 0 | 103 | 65 | 15 | 534 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1101000 | 0 | 1000011 | 110101 | 1101 | 101011100 | 1000110 | 111010 |
Color Harmonies of #DF4968
Complementary color
Monochromatic Colors of #DF4968
Black with #DF4968
Text Example
Text Example
White with #DF4968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4968; }
p { color: rgb(223,73,104); }
H1.HeaderClassName
{
color: #DF4968;
}
.AnyTagClassName
{
color: #DF4968;
}
</style>
background-color css
<style>
a { background-color: #DF4968; }
a { background-color: rgb(223,73,104); }
div.DivClassName
{
background-color: #DF4968;
}
.BgClassName
{
background-color: #DF4968;
}
</style>
border-color css
<style>
span { border-color: #DF4968; }
span { border-color: rgb(223,73,104); }
td.TdClassName
{
border-color: #DF4968;
}
.TagClassName
{
border-color: #DF4968;
}
</style>