Shades of Cranberry #DF527C
Tints of Cranberry #DF527C
RGB
CMYK
RGB Variations
Color information
#DF527C (or 0xDF527C) is known color: Cranberry. HEX triplet: DF, 52 and 7C. RGB value is (223,82,124). Sum of RGB (Red+Green+Blue) = 223+82+124=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF527C is #20AD83. Grayscale: #808080. Windows color (decimal): -2141572 or 8147679. OLE color: 8147679.
HSL color Cylindrical-coordinate representation of color #DF527C: hue angle of 342.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF527C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 124 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.13 |
| HSL | 342.13º | 0.69% | 0.6% | - |
| HSV(B) | 342.13º | 0.63% | 0.87% | - |
| XYZ | 37.09 | 23.18 | 21.59 | - |
| YUV | 128.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 124 | 0 | 0.63 | 0.44 | 0.13 | 342.13 | 0.69 | 0.6 |
| Hex | DF | 52 | 7C | 0 | 3F | 2C | D | 156 | 45 | 3C |
| Octal | 337 | 122 | 174 | 0 | 77 | 54 | 15 | 526 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1111100 | 0 | 111111 | 101100 | 1101 | 101010110 | 1000101 | 111100 |
Color Harmonies of #DF527C
Complementary color
Monochromatic Colors of #DF527C
Black with #DF527C
Text Example
Text Example
White with #DF527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF527C; }
p { color: rgb(223,82,124); }
H1.HeaderClassName
{
color: #DF527C;
}
.AnyTagClassName
{
color: #DF527C;
}
</style>
background-color css
<style>
a { background-color: #DF527C; }
a { background-color: rgb(223,82,124); }
div.DivClassName
{
background-color: #DF527C;
}
.BgClassName
{
background-color: #DF527C;
}
</style>
border-color css
<style>
span { border-color: #DF527C; }
span { border-color: rgb(223,82,124); }
td.TdClassName
{
border-color: #DF527C;
}
.TagClassName
{
border-color: #DF527C;
}
</style>