Shades of Cranberry #DF5C76
Tints of Cranberry #DF5C76
RGB
CMYK
RGB Variations
Color information
#DF5C76 (or 0xDF5C76) is known color: Cranberry. HEX triplet: DF, 5C and 76. RGB value is (223,92,118). Sum of RGB (Red+Green+Blue) = 223+92+118=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C76 is #20A389. Grayscale: #868686. Windows color (decimal): -2139018 or 7757023. OLE color: 7757023.
HSL color Cylindrical-coordinate representation of color #DF5C76: hue angle of 348.09º 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 #DF5C76 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 118 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.13 |
| HSL | 348.09º | 0.67% | 0.62% | - |
| HSV(B) | 348.09º | 0.59% | 0.87% | - |
| XYZ | 37.53 | 24.65 | 19.92 | - |
| YUV | 134.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 118 | 0 | 0.59 | 0.47 | 0.13 | 348.09 | 0.67 | 0.62 |
| Hex | DF | 5C | 76 | 0 | 3B | 2F | D | 15C | 43 | 3E |
| Octal | 337 | 134 | 166 | 0 | 73 | 57 | 15 | 534 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1110110 | 0 | 111011 | 101111 | 1101 | 101011100 | 1000011 | 111110 |
Color Harmonies of #DF5C76
Complementary color
Monochromatic Colors of #DF5C76
Black with #DF5C76
Text Example
Text Example
White with #DF5C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C76; }
p { color: rgb(223,92,118); }
H1.HeaderClassName
{
color: #DF5C76;
}
.AnyTagClassName
{
color: #DF5C76;
}
</style>
background-color css
<style>
a { background-color: #DF5C76; }
a { background-color: rgb(223,92,118); }
div.DivClassName
{
background-color: #DF5C76;
}
.BgClassName
{
background-color: #DF5C76;
}
</style>
border-color css
<style>
span { border-color: #DF5C76; }
span { border-color: rgb(223,92,118); }
td.TdClassName
{
border-color: #DF5C76;
}
.TagClassName
{
border-color: #DF5C76;
}
</style>