Shades of Cranberry #DF4D75
Tints of Cranberry #DF4D75
RGB
CMYK
RGB Variations
Color information
#DF4D75 (or 0xDF4D75) is known color: Cranberry. HEX triplet: DF, 4D and 75. RGB value is (223,77,117). Sum of RGB (Red+Green+Blue) = 223+77+117=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D75 is #20B28A. Grayscale: #7D7D7D. Windows color (decimal): -2142859 or 7687647. OLE color: 7687647.
HSL color Cylindrical-coordinate representation of color #DF4D75: hue angle of 343.56º degrees, saturation: 0.7, 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 #DF4D75 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 117 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.13 |
| HSL | 343.56º | 0.7% | 0.59% | - |
| HSV(B) | 343.56º | 0.65% | 0.87% | - |
| XYZ | 36.3 | 22.28 | 19.22 | - |
| YUV | 125.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 117 | 0 | 0.65 | 0.48 | 0.13 | 343.56 | 0.7 | 0.59 |
| Hex | DF | 4D | 75 | 0 | 41 | 30 | D | 158 | 46 | 3B |
| Octal | 337 | 115 | 165 | 0 | 101 | 60 | 15 | 530 | 106 | 73 |
| Binary | 11011111 | 1001101 | 1110101 | 0 | 1000001 | 110000 | 1101 | 101011000 | 1000110 | 111011 |
Color Harmonies of #DF4D75
Complementary color
Monochromatic Colors of #DF4D75
Black with #DF4D75
Text Example
Text Example
White with #DF4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D75; }
p { color: rgb(223,77,117); }
H1.HeaderClassName
{
color: #DF4D75;
}
.AnyTagClassName
{
color: #DF4D75;
}
</style>
background-color css
<style>
a { background-color: #DF4D75; }
a { background-color: rgb(223,77,117); }
div.DivClassName
{
background-color: #DF4D75;
}
.BgClassName
{
background-color: #DF4D75;
}
</style>
border-color css
<style>
span { border-color: #DF4D75; }
span { border-color: rgb(223,77,117); }
td.TdClassName
{
border-color: #DF4D75;
}
.TagClassName
{
border-color: #DF4D75;
}
</style>