Shades of Cranberry #DF466A
Tints of Cranberry #DF466A
RGB
CMYK
RGB Variations
Color information
#DF466A (or 0xDF466A) is known color: Cranberry. HEX triplet: DF, 46 and 6A. RGB value is (223,70,106). Sum of RGB (Red+Green+Blue) = 223+70+106=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF466A is #20B995. Grayscale: #777777. Windows color (decimal): -2144662 or 6964959. OLE color: 6964959.
HSL color Cylindrical-coordinate representation of color #DF466A: hue angle of 345.88º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF466A is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 106 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.13 |
| HSL | 345.88º | 0.71% | 0.57% | - |
| HSV(B) | 345.88º | 0.69% | 0.87% | - |
| XYZ | 35.22 | 21.11 | 15.85 | - |
| YUV | 119.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 106 | 0 | 0.69 | 0.52 | 0.13 | 345.88 | 0.71 | 0.57 |
| Hex | DF | 46 | 6A | 0 | 45 | 34 | D | 15A | 47 | 39 |
| Octal | 337 | 106 | 152 | 0 | 105 | 64 | 15 | 532 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1101010 | 0 | 1000101 | 110100 | 1101 | 101011010 | 1000111 | 111001 |
Color Harmonies of #DF466A
Complementary color
Monochromatic Colors of #DF466A
Black with #DF466A
Text Example
Text Example
White with #DF466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF466A; }
p { color: rgb(223,70,106); }
H1.HeaderClassName
{
color: #DF466A;
}
.AnyTagClassName
{
color: #DF466A;
}
</style>
background-color css
<style>
a { background-color: #DF466A; }
a { background-color: rgb(223,70,106); }
div.DivClassName
{
background-color: #DF466A;
}
.BgClassName
{
background-color: #DF466A;
}
</style>
border-color css
<style>
span { border-color: #DF466A; }
span { border-color: rgb(223,70,106); }
td.TdClassName
{
border-color: #DF466A;
}
.TagClassName
{
border-color: #DF466A;
}
</style>