Shades of Cranberry #DF467B
Tints of Cranberry #DF467B
RGB
CMYK
RGB Variations
Color information
#DF467B (or 0xDF467B) is known color: Cranberry. HEX triplet: DF, 46 and 7B. RGB value is (223,70,123). Sum of RGB (Red+Green+Blue) = 223+70+123=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF467B is #20B984. Grayscale: #797979. Windows color (decimal): -2144645 or 8079071. OLE color: 8079071.
HSL color Cylindrical-coordinate representation of color #DF467B: hue angle of 339.22º 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 #DF467B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 123 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.13 |
| HSL | 339.22º | 0.71% | 0.57% | - |
| HSV(B) | 339.22º | 0.69% | 0.87% | - |
| XYZ | 36.2 | 21.5 | 20.98 | - |
| YUV | 121.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 123 | 0 | 0.69 | 0.45 | 0.13 | 339.22 | 0.71 | 0.57 |
| Hex | DF | 46 | 7B | 0 | 45 | 2D | D | 153 | 47 | 39 |
| Octal | 337 | 106 | 173 | 0 | 105 | 55 | 15 | 523 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1111011 | 0 | 1000101 | 101101 | 1101 | 101010011 | 1000111 | 111001 |
Color Harmonies of #DF467B
Complementary color
Monochromatic Colors of #DF467B
Black with #DF467B
Text Example
Text Example
White with #DF467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF467B; }
p { color: rgb(223,70,123); }
H1.HeaderClassName
{
color: #DF467B;
}
.AnyTagClassName
{
color: #DF467B;
}
</style>
background-color css
<style>
a { background-color: #DF467B; }
a { background-color: rgb(223,70,123); }
div.DivClassName
{
background-color: #DF467B;
}
.BgClassName
{
background-color: #DF467B;
}
</style>
border-color css
<style>
span { border-color: #DF467B; }
span { border-color: rgb(223,70,123); }
td.TdClassName
{
border-color: #DF467B;
}
.TagClassName
{
border-color: #DF467B;
}
</style>