Shades of Cranberry #DF5C7A
Tints of Cranberry #DF5C7A
RGB
CMYK
RGB Variations
Color information
#DF5C7A (or 0xDF5C7A) is known color: Cranberry. HEX triplet: DF, 5C and 7A. RGB value is (223,92,122). Sum of RGB (Red+Green+Blue) = 223+92+122=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C7A is #20A385. Grayscale: #868686. Windows color (decimal): -2139014 or 8019167. OLE color: 8019167.
HSL color Cylindrical-coordinate representation of color #DF5C7A: hue angle of 346.26º 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 #DF5C7A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 122 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.13 |
| HSL | 346.26º | 0.67% | 0.62% | - |
| HSV(B) | 346.26º | 0.59% | 0.87% | - |
| XYZ | 37.77 | 24.75 | 21.2 | - |
| YUV | 134.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 122 | 0 | 0.59 | 0.45 | 0.13 | 346.26 | 0.67 | 0.62 |
| Hex | DF | 5C | 7A | 0 | 3B | 2D | D | 15A | 43 | 3E |
| Octal | 337 | 134 | 172 | 0 | 73 | 55 | 15 | 532 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1111010 | 0 | 111011 | 101101 | 1101 | 101011010 | 1000011 | 111110 |
Color Harmonies of #DF5C7A
Complementary color
Monochromatic Colors of #DF5C7A
Black with #DF5C7A
Text Example
Text Example
White with #DF5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C7A; }
p { color: rgb(223,92,122); }
H1.HeaderClassName
{
color: #DF5C7A;
}
.AnyTagClassName
{
color: #DF5C7A;
}
</style>
background-color css
<style>
a { background-color: #DF5C7A; }
a { background-color: rgb(223,92,122); }
div.DivClassName
{
background-color: #DF5C7A;
}
.BgClassName
{
background-color: #DF5C7A;
}
</style>
border-color css
<style>
span { border-color: #DF5C7A; }
span { border-color: rgb(223,92,122); }
td.TdClassName
{
border-color: #DF5C7A;
}
.TagClassName
{
border-color: #DF5C7A;
}
</style>