Shades of Cranberry #DF5075
Tints of Cranberry #DF5075
RGB
CMYK
RGB Variations
Color information
#DF5075 (or 0xDF5075) is known color: Cranberry. HEX triplet: DF, 50 and 75. RGB value is (223,80,117). Sum of RGB (Red+Green+Blue) = 223+80+117=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5075 is #20AF8A. Grayscale: #7E7E7E. Windows color (decimal): -2142091 or 7688415. OLE color: 7688415.
HSL color Cylindrical-coordinate representation of color #DF5075: hue angle of 344.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5075 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 117 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.13 |
| HSL | 344.48º | 0.69% | 0.59% | - |
| HSV(B) | 344.48º | 0.64% | 0.87% | - |
| XYZ | 36.51 | 22.71 | 19.29 | - |
| YUV | 126.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 117 | 0 | 0.64 | 0.48 | 0.13 | 344.48 | 0.69 | 0.59 |
| Hex | DF | 50 | 75 | 0 | 40 | 30 | D | 158 | 45 | 3B |
| Octal | 337 | 120 | 165 | 0 | 100 | 60 | 15 | 530 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1110101 | 0 | 1000000 | 110000 | 1101 | 101011000 | 1000101 | 111011 |
Color Harmonies of #DF5075
Complementary color
Monochromatic Colors of #DF5075
Black with #DF5075
Text Example
Text Example
White with #DF5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5075; }
p { color: rgb(223,80,117); }
H1.HeaderClassName
{
color: #DF5075;
}
.AnyTagClassName
{
color: #DF5075;
}
</style>
background-color css
<style>
a { background-color: #DF5075; }
a { background-color: rgb(223,80,117); }
div.DivClassName
{
background-color: #DF5075;
}
.BgClassName
{
background-color: #DF5075;
}
</style>
border-color css
<style>
span { border-color: #DF5075; }
span { border-color: rgb(223,80,117); }
td.TdClassName
{
border-color: #DF5075;
}
.TagClassName
{
border-color: #DF5075;
}
</style>