Shades of Cranberry #DF4F73
Tints of Cranberry #DF4F73
RGB
CMYK
RGB Variations
Color information
#DF4F73 (or 0xDF4F73) is known color: Cranberry. HEX triplet: DF, 4F and 73. RGB value is (223,79,115). Sum of RGB (Red+Green+Blue) = 223+79+115=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F73 is #20B08C. Grayscale: #7E7E7E. Windows color (decimal): -2142349 or 7557087. OLE color: 7557087.
HSL color Cylindrical-coordinate representation of color #DF4F73: hue angle of 345º 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 #DF4F73 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 115 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.13 |
| HSL | 345º | 0.69% | 0.59% | - |
| HSV(B) | 345º | 0.65% | 0.87% | - |
| XYZ | 36.32 | 22.52 | 18.65 | - |
| YUV | 126.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 115 | 0 | 0.65 | 0.48 | 0.13 | 345 | 0.69 | 0.59 |
| Hex | DF | 4F | 73 | 0 | 41 | 30 | D | 159 | 45 | 3B |
| Octal | 337 | 117 | 163 | 0 | 101 | 60 | 15 | 531 | 105 | 73 |
| Binary | 11011111 | 1001111 | 1110011 | 0 | 1000001 | 110000 | 1101 | 101011001 | 1000101 | 111011 |
Color Harmonies of #DF4F73
Complementary color
Monochromatic Colors of #DF4F73
Black with #DF4F73
Text Example
Text Example
White with #DF4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F73; }
p { color: rgb(223,79,115); }
H1.HeaderClassName
{
color: #DF4F73;
}
.AnyTagClassName
{
color: #DF4F73;
}
</style>
background-color css
<style>
a { background-color: #DF4F73; }
a { background-color: rgb(223,79,115); }
div.DivClassName
{
background-color: #DF4F73;
}
.BgClassName
{
background-color: #DF4F73;
}
</style>
border-color css
<style>
span { border-color: #DF4F73; }
span { border-color: rgb(223,79,115); }
td.TdClassName
{
border-color: #DF4F73;
}
.TagClassName
{
border-color: #DF4F73;
}
</style>