Shades of Cranberry #DF487A
Tints of Cranberry #DF487A
RGB
CMYK
RGB Variations
Color information
#DF487A (or 0xDF487A) is known color: Cranberry. HEX triplet: DF, 48 and 7A. RGB value is (223,72,122). Sum of RGB (Red+Green+Blue) = 223+72+122=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF487A is #20B785. Grayscale: #7A7A7A. Windows color (decimal): -2144134 or 8014047. OLE color: 8014047.
HSL color Cylindrical-coordinate representation of color #DF487A: hue angle of 340.13º 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 #DF487A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 122 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.13 |
| HSL | 340.13º | 0.7% | 0.58% | - |
| HSV(B) | 340.13º | 0.68% | 0.87% | - |
| XYZ | 36.26 | 21.73 | 20.7 | - |
| YUV | 122.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 122 | 0 | 0.68 | 0.45 | 0.13 | 340.13 | 0.7 | 0.58 |
| Hex | DF | 48 | 7A | 0 | 44 | 2D | D | 154 | 46 | 3A |
| Octal | 337 | 110 | 172 | 0 | 104 | 55 | 15 | 524 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1111010 | 0 | 1000100 | 101101 | 1101 | 101010100 | 1000110 | 111010 |
Color Harmonies of #DF487A
Complementary color
Monochromatic Colors of #DF487A
Black with #DF487A
Text Example
Text Example
White with #DF487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF487A; }
p { color: rgb(223,72,122); }
H1.HeaderClassName
{
color: #DF487A;
}
.AnyTagClassName
{
color: #DF487A;
}
</style>
background-color css
<style>
a { background-color: #DF487A; }
a { background-color: rgb(223,72,122); }
div.DivClassName
{
background-color: #DF487A;
}
.BgClassName
{
background-color: #DF487A;
}
</style>
border-color css
<style>
span { border-color: #DF487A; }
span { border-color: rgb(223,72,122); }
td.TdClassName
{
border-color: #DF487A;
}
.TagClassName
{
border-color: #DF487A;
}
</style>