Shades of Cranberry #DF3E72
Tints of Cranberry #DF3E72
RGB
CMYK
RGB Variations
Color information
#DF3E72 (or 0xDF3E72) is known color: Cranberry. HEX triplet: DF, 3E and 72. RGB value is (223,62,114). Sum of RGB (Red+Green+Blue) = 223+62+114=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E72 is #20C18D. Grayscale: #747474. Windows color (decimal): -2146702 or 7487199. OLE color: 7487199.
HSL color Cylindrical-coordinate representation of color #DF3E72: hue angle of 340.62º 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 #DF3E72 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 114 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.13 |
| HSL | 340.62º | 0.72% | 0.56% | - |
| HSV(B) | 340.62º | 0.72% | 0.87% | - |
| XYZ | 35.19 | 20.35 | 17.99 | - |
| YUV | 116.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 114 | 0 | 0.72 | 0.49 | 0.13 | 340.62 | 0.72 | 0.56 |
| Hex | DF | 3E | 72 | 0 | 48 | 31 | D | 155 | 48 | 38 |
| Octal | 337 | 76 | 162 | 0 | 110 | 61 | 15 | 525 | 110 | 70 |
| Binary | 11011111 | 111110 | 1110010 | 0 | 1001000 | 110001 | 1101 | 101010101 | 1001000 | 111000 |
Color Harmonies of #DF3E72
Complementary color
Monochromatic Colors of #DF3E72
Black with #DF3E72
Text Example
Text Example
White with #DF3E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E72; }
p { color: rgb(223,62,114); }
H1.HeaderClassName
{
color: #DF3E72;
}
.AnyTagClassName
{
color: #DF3E72;
}
</style>
background-color css
<style>
a { background-color: #DF3E72; }
a { background-color: rgb(223,62,114); }
div.DivClassName
{
background-color: #DF3E72;
}
.BgClassName
{
background-color: #DF3E72;
}
</style>
border-color css
<style>
span { border-color: #DF3E72; }
span { border-color: rgb(223,62,114); }
td.TdClassName
{
border-color: #DF3E72;
}
.TagClassName
{
border-color: #DF3E72;
}
</style>