Shades of Cranberry #DF417C
Tints of Cranberry #DF417C
RGB
CMYK
RGB Variations
Color information
#DF417C (or 0xDF417C) is known color: Cranberry. HEX triplet: DF, 41 and 7C. RGB value is (223,65,124). Sum of RGB (Red+Green+Blue) = 223+65+124=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF417C is #20BE83. Grayscale: #767676. Windows color (decimal): -2145924 or 8143327. OLE color: 8143327.
HSL color Cylindrical-coordinate representation of color #DF417C: hue angle of 337.59º 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 #DF417C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 124 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.13 |
| HSL | 337.59º | 0.71% | 0.56% | - |
| HSV(B) | 337.59º | 0.71% | 0.87% | - |
| XYZ | 35.96 | 20.92 | 21.21 | - |
| YUV | 118.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 124 | 0 | 0.71 | 0.44 | 0.13 | 337.59 | 0.71 | 0.56 |
| Hex | DF | 41 | 7C | 0 | 47 | 2C | D | 152 | 47 | 38 |
| Octal | 337 | 101 | 174 | 0 | 107 | 54 | 15 | 522 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1111100 | 0 | 1000111 | 101100 | 1101 | 101010010 | 1000111 | 111000 |
Color Harmonies of #DF417C
Complementary color
Monochromatic Colors of #DF417C
Black with #DF417C
Text Example
Text Example
White with #DF417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF417C; }
p { color: rgb(223,65,124); }
H1.HeaderClassName
{
color: #DF417C;
}
.AnyTagClassName
{
color: #DF417C;
}
</style>
background-color css
<style>
a { background-color: #DF417C; }
a { background-color: rgb(223,65,124); }
div.DivClassName
{
background-color: #DF417C;
}
.BgClassName
{
background-color: #DF417C;
}
</style>
border-color css
<style>
span { border-color: #DF417C; }
span { border-color: rgb(223,65,124); }
td.TdClassName
{
border-color: #DF417C;
}
.TagClassName
{
border-color: #DF417C;
}
</style>