Shades of Cranberry #DF4869
Tints of Cranberry #DF4869
RGB
CMYK
RGB Variations
Color information
#DF4869 (or 0xDF4869) is known color: Cranberry. HEX triplet: DF, 48 and 69. RGB value is (223,72,105). Sum of RGB (Red+Green+Blue) = 223+72+105=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4869 is #20B796. Grayscale: #787878. Windows color (decimal): -2144151 or 6899935. OLE color: 6899935.
HSL color Cylindrical-coordinate representation of color #DF4869: hue angle of 346.89º 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 #DF4869 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 105 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.13 |
| HSL | 346.89º | 0.7% | 0.58% | - |
| HSV(B) | 346.89º | 0.68% | 0.87% | - |
| XYZ | 35.3 | 21.34 | 15.62 | - |
| YUV | 120.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 105 | 0 | 0.68 | 0.53 | 0.13 | 346.89 | 0.7 | 0.58 |
| Hex | DF | 48 | 69 | 0 | 44 | 35 | D | 15B | 46 | 3A |
| Octal | 337 | 110 | 151 | 0 | 104 | 65 | 15 | 533 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1101001 | 0 | 1000100 | 110101 | 1101 | 101011011 | 1000110 | 111010 |
Color Harmonies of #DF4869
Complementary color
Monochromatic Colors of #DF4869
Black with #DF4869
Text Example
Text Example
White with #DF4869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4869; }
p { color: rgb(223,72,105); }
H1.HeaderClassName
{
color: #DF4869;
}
.AnyTagClassName
{
color: #DF4869;
}
</style>
background-color css
<style>
a { background-color: #DF4869; }
a { background-color: rgb(223,72,105); }
div.DivClassName
{
background-color: #DF4869;
}
.BgClassName
{
background-color: #DF4869;
}
</style>
border-color css
<style>
span { border-color: #DF4869; }
span { border-color: rgb(223,72,105); }
td.TdClassName
{
border-color: #DF4869;
}
.TagClassName
{
border-color: #DF4869;
}
</style>