Shades of Cranberry #DF487D
Tints of Cranberry #DF487D
RGB
CMYK
RGB Variations
Color information
#DF487D (or 0xDF487D) is known color: Cranberry. HEX triplet: DF, 48 and 7D. RGB value is (223,72,125). Sum of RGB (Red+Green+Blue) = 223+72+125=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF487D is #20B782. Grayscale: #7B7B7B. Windows color (decimal): -2144131 or 8210655. OLE color: 8210655.
HSL color Cylindrical-coordinate representation of color #DF487D: hue angle of 338.94º 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 #DF487D is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 125 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.13 |
| HSL | 338.94º | 0.7% | 0.58% | - |
| HSV(B) | 338.94º | 0.68% | 0.87% | - |
| XYZ | 36.45 | 21.8 | 21.69 | - |
| YUV | 123.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 125 | 0 | 0.68 | 0.44 | 0.13 | 338.94 | 0.7 | 0.58 |
| Hex | DF | 48 | 7D | 0 | 44 | 2C | D | 153 | 46 | 3A |
| Octal | 337 | 110 | 175 | 0 | 104 | 54 | 15 | 523 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1111101 | 0 | 1000100 | 101100 | 1101 | 101010011 | 1000110 | 111010 |
Color Harmonies of #DF487D
Complementary color
Monochromatic Colors of #DF487D
Black with #DF487D
Text Example
Text Example
White with #DF487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF487D; }
p { color: rgb(223,72,125); }
H1.HeaderClassName
{
color: #DF487D;
}
.AnyTagClassName
{
color: #DF487D;
}
</style>
background-color css
<style>
a { background-color: #DF487D; }
a { background-color: rgb(223,72,125); }
div.DivClassName
{
background-color: #DF487D;
}
.BgClassName
{
background-color: #DF487D;
}
</style>
border-color css
<style>
span { border-color: #DF487D; }
span { border-color: rgb(223,72,125); }
td.TdClassName
{
border-color: #DF487D;
}
.TagClassName
{
border-color: #DF487D;
}
</style>