Shades of Cranberry #DF5B7A
Tints of Cranberry #DF5B7A
RGB
CMYK
RGB Variations
Color information
#DF5B7A (or 0xDF5B7A) is known color: Cranberry. HEX triplet: DF, 5B and 7A. RGB value is (223,91,122). Sum of RGB (Red+Green+Blue) = 223+91+122=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5B7A is #20A485. Grayscale: #868686. Windows color (decimal): -2139270 or 8018911. OLE color: 8018911.
HSL color Cylindrical-coordinate representation of color #DF5B7A: hue angle of 345.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5B7A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 122 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.13 |
| HSL | 345.91º | 0.67% | 0.62% | - |
| HSV(B) | 345.91º | 0.59% | 0.87% | - |
| XYZ | 37.69 | 24.58 | 21.17 | - |
| YUV | 134 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 122 | 0 | 0.59 | 0.45 | 0.13 | 345.91 | 0.67 | 0.62 |
| Hex | DF | 5B | 7A | 0 | 3B | 2D | D | 15A | 43 | 3E |
| Octal | 337 | 133 | 172 | 0 | 73 | 55 | 15 | 532 | 103 | 76 |
| Binary | 11011111 | 1011011 | 1111010 | 0 | 111011 | 101101 | 1101 | 101011010 | 1000011 | 111110 |
Color Harmonies of #DF5B7A
Complementary color
Monochromatic Colors of #DF5B7A
Black with #DF5B7A
Text Example
Text Example
White with #DF5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B7A; }
p { color: rgb(223,91,122); }
H1.HeaderClassName
{
color: #DF5B7A;
}
.AnyTagClassName
{
color: #DF5B7A;
}
</style>
background-color css
<style>
a { background-color: #DF5B7A; }
a { background-color: rgb(223,91,122); }
div.DivClassName
{
background-color: #DF5B7A;
}
.BgClassName
{
background-color: #DF5B7A;
}
</style>
border-color css
<style>
span { border-color: #DF5B7A; }
span { border-color: rgb(223,91,122); }
td.TdClassName
{
border-color: #DF5B7A;
}
.TagClassName
{
border-color: #DF5B7A;
}
</style>