Shades of Cranberry #DF5F78
Tints of Cranberry #DF5F78
RGB
CMYK
RGB Variations
Color information
#DF5F78 (or 0xDF5F78) is known color: Cranberry. HEX triplet: DF, 5F and 78. RGB value is (223,95,120). Sum of RGB (Red+Green+Blue) = 223+95+120=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F78 is #20A087. Grayscale: #888888. Windows color (decimal): -2138248 or 7888863. OLE color: 7888863.
HSL color Cylindrical-coordinate representation of color #DF5F78: hue angle of 348.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F78 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 120 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.13 |
| HSL | 348.28º | 0.67% | 0.62% | - |
| HSV(B) | 348.28º | 0.57% | 0.87% | - |
| XYZ | 37.91 | 25.23 | 20.64 | - |
| YUV | 136.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 120 | 0 | 0.57 | 0.46 | 0.13 | 348.28 | 0.67 | 0.62 |
| Hex | DF | 5F | 78 | 0 | 39 | 2E | D | 15C | 43 | 3E |
| Octal | 337 | 137 | 170 | 0 | 71 | 56 | 15 | 534 | 103 | 76 |
| Binary | 11011111 | 1011111 | 1111000 | 0 | 111001 | 101110 | 1101 | 101011100 | 1000011 | 111110 |
Color Harmonies of #DF5F78
Complementary color
Monochromatic Colors of #DF5F78
Black with #DF5F78
Text Example
Text Example
White with #DF5F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F78; }
p { color: rgb(223,95,120); }
H1.HeaderClassName
{
color: #DF5F78;
}
.AnyTagClassName
{
color: #DF5F78;
}
</style>
background-color css
<style>
a { background-color: #DF5F78; }
a { background-color: rgb(223,95,120); }
div.DivClassName
{
background-color: #DF5F78;
}
.BgClassName
{
background-color: #DF5F78;
}
</style>
border-color css
<style>
span { border-color: #DF5F78; }
span { border-color: rgb(223,95,120); }
td.TdClassName
{
border-color: #DF5F78;
}
.TagClassName
{
border-color: #DF5F78;
}
</style>