Shades of Cranberry #DF5476
Tints of Cranberry #DF5476
RGB
CMYK
RGB Variations
Color information
#DF5476 (or 0xDF5476) is known color: Cranberry. HEX triplet: DF, 54 and 76. RGB value is (223,84,118). Sum of RGB (Red+Green+Blue) = 223+84+118=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5476 is #20AB89. Grayscale: #818181. Windows color (decimal): -2141066 or 7754975. OLE color: 7754975.
HSL color Cylindrical-coordinate representation of color #DF5476: hue angle of 345.32º 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 #DF5476 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 118 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.13 |
| HSL | 345.32º | 0.68% | 0.6% | - |
| HSV(B) | 345.32º | 0.62% | 0.87% | - |
| XYZ | 36.87 | 23.34 | 19.7 | - |
| YUV | 129.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 118 | 0 | 0.62 | 0.47 | 0.13 | 345.32 | 0.68 | 0.6 |
| Hex | DF | 54 | 76 | 0 | 3E | 2F | D | 159 | 44 | 3C |
| Octal | 337 | 124 | 166 | 0 | 76 | 57 | 15 | 531 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1110110 | 0 | 111110 | 101111 | 1101 | 101011001 | 1000100 | 111100 |
Color Harmonies of #DF5476
Complementary color
Monochromatic Colors of #DF5476
Black with #DF5476
Text Example
Text Example
White with #DF5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5476; }
p { color: rgb(223,84,118); }
H1.HeaderClassName
{
color: #DF5476;
}
.AnyTagClassName
{
color: #DF5476;
}
</style>
background-color css
<style>
a { background-color: #DF5476; }
a { background-color: rgb(223,84,118); }
div.DivClassName
{
background-color: #DF5476;
}
.BgClassName
{
background-color: #DF5476;
}
</style>
border-color css
<style>
span { border-color: #DF5476; }
span { border-color: rgb(223,84,118); }
td.TdClassName
{
border-color: #DF5476;
}
.TagClassName
{
border-color: #DF5476;
}
</style>