Shades of Cranberry #DF3F77
Tints of Cranberry #DF3F77
RGB
CMYK
RGB Variations
Color information
#DF3F77 (or 0xDF3F77) is known color: Cranberry. HEX triplet: DF, 3F and 77. RGB value is (223,63,119). Sum of RGB (Red+Green+Blue) = 223+63+119=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F77 is #20C088. Grayscale: #757575. Windows color (decimal): -2146441 or 7815135. OLE color: 7815135.
HSL color Cylindrical-coordinate representation of color #DF3F77: hue angle of 339º degrees, saturation: 0.71, 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 #DF3F77 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 119 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.13 |
| HSL | 339º | 0.71% | 0.56% | - |
| HSV(B) | 339º | 0.72% | 0.87% | - |
| XYZ | 35.54 | 20.57 | 19.55 | - |
| YUV | 117.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 119 | 0 | 0.72 | 0.47 | 0.13 | 339 | 0.71 | 0.56 |
| Hex | DF | 3F | 77 | 0 | 48 | 2F | D | 153 | 47 | 38 |
| Octal | 337 | 77 | 167 | 0 | 110 | 57 | 15 | 523 | 107 | 70 |
| Binary | 11011111 | 111111 | 1110111 | 0 | 1001000 | 101111 | 1101 | 101010011 | 1000111 | 111000 |
Color Harmonies of #DF3F77
Complementary color
Monochromatic Colors of #DF3F77
Black with #DF3F77
Text Example
Text Example
White with #DF3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F77; }
p { color: rgb(223,63,119); }
H1.HeaderClassName
{
color: #DF3F77;
}
.AnyTagClassName
{
color: #DF3F77;
}
</style>
background-color css
<style>
a { background-color: #DF3F77; }
a { background-color: rgb(223,63,119); }
div.DivClassName
{
background-color: #DF3F77;
}
.BgClassName
{
background-color: #DF3F77;
}
</style>
border-color css
<style>
span { border-color: #DF3F77; }
span { border-color: rgb(223,63,119); }
td.TdClassName
{
border-color: #DF3F77;
}
.TagClassName
{
border-color: #DF3F77;
}
</style>