Shades of Cranberry #DF3E76
Tints of Cranberry #DF3E76
RGB
CMYK
RGB Variations
Color information
#DF3E76 (or 0xDF3E76) is known color: Cranberry. HEX triplet: DF, 3E and 76. RGB value is (223,62,118). Sum of RGB (Red+Green+Blue) = 223+62+118=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E76 is #20C189. Grayscale: #747474. Windows color (decimal): -2146698 or 7749343. OLE color: 7749343.
HSL color Cylindrical-coordinate representation of color #DF3E76: hue angle of 339.13º 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 #DF3E76 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 118 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.13 |
| HSL | 339.13º | 0.72% | 0.56% | - |
| HSV(B) | 339.13º | 0.72% | 0.87% | - |
| XYZ | 35.42 | 20.44 | 19.22 | - |
| YUV | 116.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 118 | 0 | 0.72 | 0.47 | 0.13 | 339.13 | 0.72 | 0.56 |
| Hex | DF | 3E | 76 | 0 | 48 | 2F | D | 153 | 48 | 38 |
| Octal | 337 | 76 | 166 | 0 | 110 | 57 | 15 | 523 | 110 | 70 |
| Binary | 11011111 | 111110 | 1110110 | 0 | 1001000 | 101111 | 1101 | 101010011 | 1001000 | 111000 |
Color Harmonies of #DF3E76
Complementary color
Monochromatic Colors of #DF3E76
Black with #DF3E76
Text Example
Text Example
White with #DF3E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E76; }
p { color: rgb(223,62,118); }
H1.HeaderClassName
{
color: #DF3E76;
}
.AnyTagClassName
{
color: #DF3E76;
}
</style>
background-color css
<style>
a { background-color: #DF3E76; }
a { background-color: rgb(223,62,118); }
div.DivClassName
{
background-color: #DF3E76;
}
.BgClassName
{
background-color: #DF3E76;
}
</style>
border-color css
<style>
span { border-color: #DF3E76; }
span { border-color: rgb(223,62,118); }
td.TdClassName
{
border-color: #DF3E76;
}
.TagClassName
{
border-color: #DF3E76;
}
</style>