Shades of Cranberry #DF417E
Tints of Cranberry #DF417E
RGB
CMYK
RGB Variations
Color information
#DF417E (or 0xDF417E) is known color: Cranberry. HEX triplet: DF, 41 and 7E. RGB value is (223,65,126). Sum of RGB (Red+Green+Blue) = 223+65+126=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF417E is #20BE81. Grayscale: #777777. Windows color (decimal): -2145922 or 8274399. OLE color: 8274399.
HSL color Cylindrical-coordinate representation of color #DF417E: hue angle of 336.84º 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 #DF417E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 126 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.84º | 0.71% | 0.56% | - |
| HSV(B) | 336.84º | 0.71% | 0.87% | - |
| XYZ | 36.09 | 20.97 | 21.89 | - |
| YUV | 119.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 126 | 0 | 0.71 | 0.43 | 0.13 | 336.84 | 0.71 | 0.56 |
| Hex | DF | 41 | 7E | 0 | 47 | 2B | D | 151 | 47 | 38 |
| Octal | 337 | 101 | 176 | 0 | 107 | 53 | 15 | 521 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1111110 | 0 | 1000111 | 101011 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DF417E
Complementary color
Monochromatic Colors of #DF417E
Black with #DF417E
Text Example
Text Example
White with #DF417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF417E; }
p { color: rgb(223,65,126); }
H1.HeaderClassName
{
color: #DF417E;
}
.AnyTagClassName
{
color: #DF417E;
}
</style>
background-color css
<style>
a { background-color: #DF417E; }
a { background-color: rgb(223,65,126); }
div.DivClassName
{
background-color: #DF417E;
}
.BgClassName
{
background-color: #DF417E;
}
</style>
border-color css
<style>
span { border-color: #DF417E; }
span { border-color: rgb(223,65,126); }
td.TdClassName
{
border-color: #DF417E;
}
.TagClassName
{
border-color: #DF417E;
}
</style>