Shades of Cranberry #DF5474
Tints of Cranberry #DF5474
RGB
CMYK
RGB Variations
Color information
#DF5474 (or 0xDF5474) is known color: Cranberry. HEX triplet: DF, 54 and 74. RGB value is (223,84,116). Sum of RGB (Red+Green+Blue) = 223+84+116=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5474 is #20AB8B. Grayscale: #818181. Windows color (decimal): -2141068 or 7623903. OLE color: 7623903.
HSL color Cylindrical-coordinate representation of color #DF5474: hue angle of 346.19º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5474 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 116 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.13 |
| HSL | 346.19º | 0.68% | 0.6% | - |
| HSV(B) | 346.19º | 0.62% | 0.87% | - |
| XYZ | 36.75 | 23.29 | 19.08 | - |
| YUV | 129.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 116 | 0 | 0.62 | 0.48 | 0.13 | 346.19 | 0.68 | 0.6 |
| Hex | DF | 54 | 74 | 0 | 3E | 30 | D | 15A | 44 | 3C |
| Octal | 337 | 124 | 164 | 0 | 76 | 60 | 15 | 532 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1110100 | 0 | 111110 | 110000 | 1101 | 101011010 | 1000100 | 111100 |
Color Harmonies of #DF5474
Complementary color
Monochromatic Colors of #DF5474
Black with #DF5474
Text Example
Text Example
White with #DF5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5474; }
p { color: rgb(223,84,116); }
H1.HeaderClassName
{
color: #DF5474;
}
.AnyTagClassName
{
color: #DF5474;
}
</style>
background-color css
<style>
a { background-color: #DF5474; }
a { background-color: rgb(223,84,116); }
div.DivClassName
{
background-color: #DF5474;
}
.BgClassName
{
background-color: #DF5474;
}
</style>
border-color css
<style>
span { border-color: #DF5474; }
span { border-color: rgb(223,84,116); }
td.TdClassName
{
border-color: #DF5474;
}
.TagClassName
{
border-color: #DF5474;
}
</style>