Shades of Cranberry #DF3E79
Tints of Cranberry #DF3E79
RGB
CMYK
RGB Variations
Color information
#DF3E79 (or 0xDF3E79) is known color: Cranberry. HEX triplet: DF, 3E and 79. RGB value is (223,62,121). Sum of RGB (Red+Green+Blue) = 223+62+121=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E79 is #20C186. Grayscale: #747474. Windows color (decimal): -2146695 or 7945951. OLE color: 7945951.
HSL color Cylindrical-coordinate representation of color #DF3E79: hue angle of 338.01º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E79 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 121 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.13 |
| HSL | 338.01º | 0.72% | 0.56% | - |
| HSV(B) | 338.01º | 0.72% | 0.87% | - |
| XYZ | 35.61 | 20.51 | 20.17 | - |
| YUV | 116.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 121 | 0 | 0.72 | 0.46 | 0.13 | 338.01 | 0.72 | 0.56 |
| Hex | DF | 3E | 79 | 0 | 48 | 2E | D | 152 | 48 | 38 |
| Octal | 337 | 76 | 171 | 0 | 110 | 56 | 15 | 522 | 110 | 70 |
| Binary | 11011111 | 111110 | 1111001 | 0 | 1001000 | 101110 | 1101 | 101010010 | 1001000 | 111000 |
Color Harmonies of #DF3E79
Complementary color
Monochromatic Colors of #DF3E79
Black with #DF3E79
Text Example
Text Example
White with #DF3E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E79; }
p { color: rgb(223,62,121); }
H1.HeaderClassName
{
color: #DF3E79;
}
.AnyTagClassName
{
color: #DF3E79;
}
</style>
background-color css
<style>
a { background-color: #DF3E79; }
a { background-color: rgb(223,62,121); }
div.DivClassName
{
background-color: #DF3E79;
}
.BgClassName
{
background-color: #DF3E79;
}
</style>
border-color css
<style>
span { border-color: #DF3E79; }
span { border-color: rgb(223,62,121); }
td.TdClassName
{
border-color: #DF3E79;
}
.TagClassName
{
border-color: #DF3E79;
}
</style>