Shades of Cranberry #DF4978
Tints of Cranberry #DF4978
RGB
CMYK
RGB Variations
Color information
#DF4978 (or 0xDF4978) is known color: Cranberry. HEX triplet: DF, 49 and 78. RGB value is (223,73,120). Sum of RGB (Red+Green+Blue) = 223+73+120=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4978 is #20B687. Grayscale: #7B7B7B. Windows color (decimal): -2143880 or 7883231. OLE color: 7883231.
HSL color Cylindrical-coordinate representation of color #DF4978: hue angle of 341.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4978 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 120 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.13 |
| HSL | 341.2º | 0.7% | 0.58% | - |
| HSV(B) | 341.2º | 0.67% | 0.87% | - |
| XYZ | 36.2 | 21.81 | 20.07 | - |
| YUV | 123.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 120 | 0 | 0.67 | 0.46 | 0.13 | 341.2 | 0.7 | 0.58 |
| Hex | DF | 49 | 78 | 0 | 43 | 2E | D | 155 | 46 | 3A |
| Octal | 337 | 111 | 170 | 0 | 103 | 56 | 15 | 525 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1111000 | 0 | 1000011 | 101110 | 1101 | 101010101 | 1000110 | 111010 |
Color Harmonies of #DF4978
Complementary color
Monochromatic Colors of #DF4978
Black with #DF4978
Text Example
Text Example
White with #DF4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4978; }
p { color: rgb(223,73,120); }
H1.HeaderClassName
{
color: #DF4978;
}
.AnyTagClassName
{
color: #DF4978;
}
</style>
background-color css
<style>
a { background-color: #DF4978; }
a { background-color: rgb(223,73,120); }
div.DivClassName
{
background-color: #DF4978;
}
.BgClassName
{
background-color: #DF4978;
}
</style>
border-color css
<style>
span { border-color: #DF4978; }
span { border-color: rgb(223,73,120); }
td.TdClassName
{
border-color: #DF4978;
}
.TagClassName
{
border-color: #DF4978;
}
</style>