Shades of Cranberry #DF407C
Tints of Cranberry #DF407C
RGB
CMYK
RGB Variations
Color information
#DF407C (or 0xDF407C) is known color: Cranberry. HEX triplet: DF, 40 and 7C. RGB value is (223,64,124). Sum of RGB (Red+Green+Blue) = 223+64+124=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF407C is #20BF83. Grayscale: #767676. Windows color (decimal): -2146180 or 8143071. OLE color: 8143071.
HSL color Cylindrical-coordinate representation of color #DF407C: hue angle of 337.36º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF407C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 124 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.13 |
| HSL | 337.36º | 0.71% | 0.56% | - |
| HSV(B) | 337.36º | 0.71% | 0.87% | - |
| XYZ | 35.9 | 20.81 | 21.19 | - |
| YUV | 118.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 124 | 0 | 0.71 | 0.44 | 0.13 | 337.36 | 0.71 | 0.56 |
| Hex | DF | 40 | 7C | 0 | 47 | 2C | D | 151 | 47 | 38 |
| Octal | 337 | 100 | 174 | 0 | 107 | 54 | 15 | 521 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1111100 | 0 | 1000111 | 101100 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DF407C
Complementary color
Monochromatic Colors of #DF407C
Black with #DF407C
Text Example
Text Example
White with #DF407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF407C; }
p { color: rgb(223,64,124); }
H1.HeaderClassName
{
color: #DF407C;
}
.AnyTagClassName
{
color: #DF407C;
}
</style>
background-color css
<style>
a { background-color: #DF407C; }
a { background-color: rgb(223,64,124); }
div.DivClassName
{
background-color: #DF407C;
}
.BgClassName
{
background-color: #DF407C;
}
</style>
border-color css
<style>
span { border-color: #DF407C; }
span { border-color: rgb(223,64,124); }
td.TdClassName
{
border-color: #DF407C;
}
.TagClassName
{
border-color: #DF407C;
}
</style>