Shades of Cranberry #DF4F76
Tints of Cranberry #DF4F76
RGB
CMYK
RGB Variations
Color information
#DF4F76 (or 0xDF4F76) is known color: Cranberry. HEX triplet: DF, 4F and 76. RGB value is (223,79,118). Sum of RGB (Red+Green+Blue) = 223+79+118=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F76 is #20B089. Grayscale: #7E7E7E. Windows color (decimal): -2142346 or 7753695. OLE color: 7753695.
HSL color Cylindrical-coordinate representation of color #DF4F76: hue angle of 343.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4F76 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 118 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.13 |
| HSL | 343.75º | 0.69% | 0.59% | - |
| HSV(B) | 343.75º | 0.65% | 0.87% | - |
| XYZ | 36.5 | 22.59 | 19.58 | - |
| YUV | 126.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 118 | 0 | 0.65 | 0.47 | 0.13 | 343.75 | 0.69 | 0.59 |
| Hex | DF | 4F | 76 | 0 | 41 | 2F | D | 158 | 45 | 3B |
| Octal | 337 | 117 | 166 | 0 | 101 | 57 | 15 | 530 | 105 | 73 |
| Binary | 11011111 | 1001111 | 1110110 | 0 | 1000001 | 101111 | 1101 | 101011000 | 1000101 | 111011 |
Color Harmonies of #DF4F76
Complementary color
Monochromatic Colors of #DF4F76
Black with #DF4F76
Text Example
Text Example
White with #DF4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F76; }
p { color: rgb(223,79,118); }
H1.HeaderClassName
{
color: #DF4F76;
}
.AnyTagClassName
{
color: #DF4F76;
}
</style>
background-color css
<style>
a { background-color: #DF4F76; }
a { background-color: rgb(223,79,118); }
div.DivClassName
{
background-color: #DF4F76;
}
.BgClassName
{
background-color: #DF4F76;
}
</style>
border-color css
<style>
span { border-color: #DF4F76; }
span { border-color: rgb(223,79,118); }
td.TdClassName
{
border-color: #DF4F76;
}
.TagClassName
{
border-color: #DF4F76;
}
</style>