Shades of Cranberry #DF417A
Tints of Cranberry #DF417A
RGB
CMYK
RGB Variations
Color information
#DF417A (or 0xDF417A) is known color: Cranberry. HEX triplet: DF, 41 and 7A. RGB value is (223,65,122). Sum of RGB (Red+Green+Blue) = 223+65+122=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF417A is #20BE85. Grayscale: #767676. Windows color (decimal): -2145926 or 8012255. OLE color: 8012255.
HSL color Cylindrical-coordinate representation of color #DF417A: hue angle of 338.35º 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 #DF417A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 122 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.13 |
| HSL | 338.35º | 0.71% | 0.56% | - |
| HSV(B) | 338.35º | 0.71% | 0.87% | - |
| XYZ | 35.83 | 20.87 | 20.55 | - |
| YUV | 118.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 122 | 0 | 0.71 | 0.45 | 0.13 | 338.35 | 0.71 | 0.56 |
| Hex | DF | 41 | 7A | 0 | 47 | 2D | D | 152 | 47 | 38 |
| Octal | 337 | 101 | 172 | 0 | 107 | 55 | 15 | 522 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1111010 | 0 | 1000111 | 101101 | 1101 | 101010010 | 1000111 | 111000 |
Color Harmonies of #DF417A
Complementary color
Monochromatic Colors of #DF417A
Black with #DF417A
Text Example
Text Example
White with #DF417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF417A; }
p { color: rgb(223,65,122); }
H1.HeaderClassName
{
color: #DF417A;
}
.AnyTagClassName
{
color: #DF417A;
}
</style>
background-color css
<style>
a { background-color: #DF417A; }
a { background-color: rgb(223,65,122); }
div.DivClassName
{
background-color: #DF417A;
}
.BgClassName
{
background-color: #DF417A;
}
</style>
border-color css
<style>
span { border-color: #DF417A; }
span { border-color: rgb(223,65,122); }
td.TdClassName
{
border-color: #DF417A;
}
.TagClassName
{
border-color: #DF417A;
}
</style>