Shades of Cranberry #DF467F
Tints of Cranberry #DF467F
RGB
CMYK
RGB Variations
Color information
#DF467F (or 0xDF467F) is known color: Cranberry. HEX triplet: DF, 46 and 7F. RGB value is (223,70,127). Sum of RGB (Red+Green+Blue) = 223+70+127=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF467F is #20B980. Grayscale: #7A7A7A. Windows color (decimal): -2144641 or 8341215. OLE color: 8341215.
HSL color Cylindrical-coordinate representation of color #DF467F: hue angle of 337.65º 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 #DF467F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 127 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.13 |
| HSL | 337.65º | 0.71% | 0.57% | - |
| HSV(B) | 337.65º | 0.69% | 0.87% | - |
| XYZ | 36.45 | 21.6 | 22.33 | - |
| YUV | 122.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 127 | 0 | 0.69 | 0.43 | 0.13 | 337.65 | 0.71 | 0.57 |
| Hex | DF | 46 | 7F | 0 | 45 | 2B | D | 152 | 47 | 39 |
| Octal | 337 | 106 | 177 | 0 | 105 | 53 | 15 | 522 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1111111 | 0 | 1000101 | 101011 | 1101 | 101010010 | 1000111 | 111001 |
Color Harmonies of #DF467F
Complementary color
Monochromatic Colors of #DF467F
Black with #DF467F
Text Example
Text Example
White with #DF467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF467F; }
p { color: rgb(223,70,127); }
H1.HeaderClassName
{
color: #DF467F;
}
.AnyTagClassName
{
color: #DF467F;
}
</style>
background-color css
<style>
a { background-color: #DF467F; }
a { background-color: rgb(223,70,127); }
div.DivClassName
{
background-color: #DF467F;
}
.BgClassName
{
background-color: #DF467F;
}
</style>
border-color css
<style>
span { border-color: #DF467F; }
span { border-color: rgb(223,70,127); }
td.TdClassName
{
border-color: #DF467F;
}
.TagClassName
{
border-color: #DF467F;
}
</style>