Shades of Cranberry #DF477F
Tints of Cranberry #DF477F
RGB
CMYK
RGB Variations
Color information
#DF477F (or 0xDF477F) is known color: Cranberry. HEX triplet: DF, 47 and 7F. RGB value is (223,71,127). Sum of RGB (Red+Green+Blue) = 223+71+127=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF477F is #20B880. Grayscale: #7A7A7A. Windows color (decimal): -2144385 or 8341471. OLE color: 8341471.
HSL color Cylindrical-coordinate representation of color #DF477F: hue angle of 337.89º 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 #DF477F is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 127 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.13 |
| HSL | 337.89º | 0.7% | 0.58% | - |
| HSV(B) | 337.89º | 0.68% | 0.87% | - |
| XYZ | 36.52 | 21.73 | 22.35 | - |
| YUV | 122.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 127 | 0 | 0.68 | 0.43 | 0.13 | 337.89 | 0.7 | 0.58 |
| Hex | DF | 47 | 7F | 0 | 44 | 2B | D | 152 | 46 | 3A |
| Octal | 337 | 107 | 177 | 0 | 104 | 53 | 15 | 522 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1111111 | 0 | 1000100 | 101011 | 1101 | 101010010 | 1000110 | 111010 |
Color Harmonies of #DF477F
Complementary color
Monochromatic Colors of #DF477F
Black with #DF477F
Text Example
Text Example
White with #DF477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF477F; }
p { color: rgb(223,71,127); }
H1.HeaderClassName
{
color: #DF477F;
}
.AnyTagClassName
{
color: #DF477F;
}
</style>
background-color css
<style>
a { background-color: #DF477F; }
a { background-color: rgb(223,71,127); }
div.DivClassName
{
background-color: #DF477F;
}
.BgClassName
{
background-color: #DF477F;
}
</style>
border-color css
<style>
span { border-color: #DF477F; }
span { border-color: rgb(223,71,127); }
td.TdClassName
{
border-color: #DF477F;
}
.TagClassName
{
border-color: #DF477F;
}
</style>