Shades of Cranberry #DF466C
Tints of Cranberry #DF466C
RGB
CMYK
RGB Variations
Color information
#DF466C (or 0xDF466C) is known color: Cranberry. HEX triplet: DF, 46 and 6C. RGB value is (223,70,108). Sum of RGB (Red+Green+Blue) = 223+70+108=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF466C is #20B993. Grayscale: #787878. Windows color (decimal): -2144660 or 7096031. OLE color: 7096031.
HSL color Cylindrical-coordinate representation of color #DF466C: hue angle of 345.1º 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 #DF466C is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 108 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.13 |
| HSL | 345.1º | 0.71% | 0.57% | - |
| HSV(B) | 345.1º | 0.69% | 0.87% | - |
| XYZ | 35.33 | 21.15 | 16.41 | - |
| YUV | 120.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 108 | 0 | 0.69 | 0.52 | 0.13 | 345.1 | 0.71 | 0.57 |
| Hex | DF | 46 | 6C | 0 | 45 | 34 | D | 159 | 47 | 39 |
| Octal | 337 | 106 | 154 | 0 | 105 | 64 | 15 | 531 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1101100 | 0 | 1000101 | 110100 | 1101 | 101011001 | 1000111 | 111001 |
Color Harmonies of #DF466C
Complementary color
Monochromatic Colors of #DF466C
Black with #DF466C
Text Example
Text Example
White with #DF466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF466C; }
p { color: rgb(223,70,108); }
H1.HeaderClassName
{
color: #DF466C;
}
.AnyTagClassName
{
color: #DF466C;
}
</style>
background-color css
<style>
a { background-color: #DF466C; }
a { background-color: rgb(223,70,108); }
div.DivClassName
{
background-color: #DF466C;
}
.BgClassName
{
background-color: #DF466C;
}
</style>
border-color css
<style>
span { border-color: #DF466C; }
span { border-color: rgb(223,70,108); }
td.TdClassName
{
border-color: #DF466C;
}
.TagClassName
{
border-color: #DF466C;
}
</style>