Shades of Cranberry #DF407E
Tints of Cranberry #DF407E
RGB
CMYK
RGB Variations
Color information
#DF407E (or 0xDF407E) is known color: Cranberry. HEX triplet: DF, 40 and 7E. RGB value is (223,64,126). Sum of RGB (Red+Green+Blue) = 223+64+126=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF407E is #20BF81. Grayscale: #767676. Windows color (decimal): -2146178 or 8274143. OLE color: 8274143.
HSL color Cylindrical-coordinate representation of color #DF407E: hue angle of 336.6º 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 #DF407E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 126 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.6º | 0.71% | 0.56% | - |
| HSV(B) | 336.6º | 0.71% | 0.87% | - |
| XYZ | 36.03 | 20.86 | 21.87 | - |
| YUV | 118.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 126 | 0 | 0.71 | 0.43 | 0.13 | 336.6 | 0.71 | 0.56 |
| Hex | DF | 40 | 7E | 0 | 47 | 2B | D | 151 | 47 | 38 |
| Octal | 337 | 100 | 176 | 0 | 107 | 53 | 15 | 521 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1111110 | 0 | 1000111 | 101011 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DF407E
Complementary color
Monochromatic Colors of #DF407E
Black with #DF407E
Text Example
Text Example
White with #DF407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF407E; }
p { color: rgb(223,64,126); }
H1.HeaderClassName
{
color: #DF407E;
}
.AnyTagClassName
{
color: #DF407E;
}
</style>
background-color css
<style>
a { background-color: #DF407E; }
a { background-color: rgb(223,64,126); }
div.DivClassName
{
background-color: #DF407E;
}
.BgClassName
{
background-color: #DF407E;
}
</style>
border-color css
<style>
span { border-color: #DF407E; }
span { border-color: rgb(223,64,126); }
td.TdClassName
{
border-color: #DF407E;
}
.TagClassName
{
border-color: #DF407E;
}
</style>