Shades of Cranberry #DF3F7C
Tints of Cranberry #DF3F7C
RGB
CMYK
RGB Variations
Color information
#DF3F7C (or 0xDF3F7C) is known color: Cranberry. HEX triplet: DF, 3F and 7C. RGB value is (223,63,124). Sum of RGB (Red+Green+Blue) = 223+63+124=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F7C is #20C083. Grayscale: #757575. Windows color (decimal): -2146436 or 8142815. OLE color: 8142815.
HSL color Cylindrical-coordinate representation of color #DF3F7C: hue angle of 337.12º 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 #DF3F7C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 124 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.13 |
| HSL | 337.13º | 0.71% | 0.56% | - |
| HSV(B) | 337.13º | 0.72% | 0.87% | - |
| XYZ | 35.85 | 20.7 | 21.17 | - |
| YUV | 117.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 124 | 0 | 0.72 | 0.44 | 0.13 | 337.13 | 0.71 | 0.56 |
| Hex | DF | 3F | 7C | 0 | 48 | 2C | D | 151 | 47 | 38 |
| Octal | 337 | 77 | 174 | 0 | 110 | 54 | 15 | 521 | 107 | 70 |
| Binary | 11011111 | 111111 | 1111100 | 0 | 1001000 | 101100 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DF3F7C
Complementary color
Monochromatic Colors of #DF3F7C
Black with #DF3F7C
Text Example
Text Example
White with #DF3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F7C; }
p { color: rgb(223,63,124); }
H1.HeaderClassName
{
color: #DF3F7C;
}
.AnyTagClassName
{
color: #DF3F7C;
}
</style>
background-color css
<style>
a { background-color: #DF3F7C; }
a { background-color: rgb(223,63,124); }
div.DivClassName
{
background-color: #DF3F7C;
}
.BgClassName
{
background-color: #DF3F7C;
}
</style>
border-color css
<style>
span { border-color: #DF3F7C; }
span { border-color: rgb(223,63,124); }
td.TdClassName
{
border-color: #DF3F7C;
}
.TagClassName
{
border-color: #DF3F7C;
}
</style>