Shades of Cranberry #DF417D
Tints of Cranberry #DF417D
RGB
CMYK
RGB Variations
Color information
#DF417D (or 0xDF417D) is known color: Cranberry. HEX triplet: DF, 41 and 7D. RGB value is (223,65,125). Sum of RGB (Red+Green+Blue) = 223+65+125=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF417D is #20BE82. Grayscale: #777777. Windows color (decimal): -2145923 or 8208863. OLE color: 8208863.
HSL color Cylindrical-coordinate representation of color #DF417D: hue angle of 337.22º 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 #DF417D is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 125 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.13 |
| HSL | 337.22º | 0.71% | 0.56% | - |
| HSV(B) | 337.22º | 0.71% | 0.87% | - |
| XYZ | 36.02 | 20.95 | 21.55 | - |
| YUV | 119.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 125 | 0 | 0.71 | 0.44 | 0.13 | 337.22 | 0.71 | 0.56 |
| Hex | DF | 41 | 7D | 0 | 47 | 2C | D | 151 | 47 | 38 |
| Octal | 337 | 101 | 175 | 0 | 107 | 54 | 15 | 521 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1111101 | 0 | 1000111 | 101100 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DF417D
Complementary color
Monochromatic Colors of #DF417D
Black with #DF417D
Text Example
Text Example
White with #DF417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF417D; }
p { color: rgb(223,65,125); }
H1.HeaderClassName
{
color: #DF417D;
}
.AnyTagClassName
{
color: #DF417D;
}
</style>
background-color css
<style>
a { background-color: #DF417D; }
a { background-color: rgb(223,65,125); }
div.DivClassName
{
background-color: #DF417D;
}
.BgClassName
{
background-color: #DF417D;
}
</style>
border-color css
<style>
span { border-color: #DF417D; }
span { border-color: rgb(223,65,125); }
td.TdClassName
{
border-color: #DF417D;
}
.TagClassName
{
border-color: #DF417D;
}
</style>