Shades of Cranberry #DF477A
Tints of Cranberry #DF477A
RGB
CMYK
RGB Variations
Color information
#DF477A (or 0xDF477A) is known color: Cranberry. HEX triplet: DF, 47 and 7A. RGB value is (223,71,122). Sum of RGB (Red+Green+Blue) = 223+71+122=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF477A is #20B885. Grayscale: #7A7A7A. Windows color (decimal): -2144390 or 8013791. OLE color: 8013791.
HSL color Cylindrical-coordinate representation of color #DF477A: hue angle of 339.87º 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 #DF477A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 122 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.13 |
| HSL | 339.87º | 0.7% | 0.58% | - |
| HSV(B) | 339.87º | 0.68% | 0.87% | - |
| XYZ | 36.2 | 21.6 | 20.67 | - |
| YUV | 122.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 122 | 0 | 0.68 | 0.45 | 0.13 | 339.87 | 0.7 | 0.58 |
| Hex | DF | 47 | 7A | 0 | 44 | 2D | D | 154 | 46 | 3A |
| Octal | 337 | 107 | 172 | 0 | 104 | 55 | 15 | 524 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1111010 | 0 | 1000100 | 101101 | 1101 | 101010100 | 1000110 | 111010 |
Color Harmonies of #DF477A
Complementary color
Monochromatic Colors of #DF477A
Black with #DF477A
Text Example
Text Example
White with #DF477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF477A; }
p { color: rgb(223,71,122); }
H1.HeaderClassName
{
color: #DF477A;
}
.AnyTagClassName
{
color: #DF477A;
}
</style>
background-color css
<style>
a { background-color: #DF477A; }
a { background-color: rgb(223,71,122); }
div.DivClassName
{
background-color: #DF477A;
}
.BgClassName
{
background-color: #DF477A;
}
</style>
border-color css
<style>
span { border-color: #DF477A; }
span { border-color: rgb(223,71,122); }
td.TdClassName
{
border-color: #DF477A;
}
.TagClassName
{
border-color: #DF477A;
}
</style>