Shades of Cranberry #DF477D
Tints of Cranberry #DF477D
RGB
CMYK
RGB Variations
Color information
#DF477D (or 0xDF477D) is known color: Cranberry. HEX triplet: DF, 47 and 7D. RGB value is (223,71,125). Sum of RGB (Red+Green+Blue) = 223+71+125=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF477D is #20B882. Grayscale: #7A7A7A. Windows color (decimal): -2144387 or 8210399. OLE color: 8210399.
HSL color Cylindrical-coordinate representation of color #DF477D: hue angle of 338.68º 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 #DF477D is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 125 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.13 |
| HSL | 338.68º | 0.7% | 0.58% | - |
| HSV(B) | 338.68º | 0.68% | 0.87% | - |
| XYZ | 36.39 | 21.68 | 21.67 | - |
| YUV | 122.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 125 | 0 | 0.68 | 0.44 | 0.13 | 338.68 | 0.7 | 0.58 |
| Hex | DF | 47 | 7D | 0 | 44 | 2C | D | 153 | 46 | 3A |
| Octal | 337 | 107 | 175 | 0 | 104 | 54 | 15 | 523 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1111101 | 0 | 1000100 | 101100 | 1101 | 101010011 | 1000110 | 111010 |
Color Harmonies of #DF477D
Complementary color
Monochromatic Colors of #DF477D
Black with #DF477D
Text Example
Text Example
White with #DF477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF477D; }
p { color: rgb(223,71,125); }
H1.HeaderClassName
{
color: #DF477D;
}
.AnyTagClassName
{
color: #DF477D;
}
</style>
background-color css
<style>
a { background-color: #DF477D; }
a { background-color: rgb(223,71,125); }
div.DivClassName
{
background-color: #DF477D;
}
.BgClassName
{
background-color: #DF477D;
}
</style>
border-color css
<style>
span { border-color: #DF477D; }
span { border-color: rgb(223,71,125); }
td.TdClassName
{
border-color: #DF477D;
}
.TagClassName
{
border-color: #DF477D;
}
</style>