Shades of Cranberry #DF527E
Tints of Cranberry #DF527E
RGB
CMYK
RGB Variations
Color information
#DF527E (or 0xDF527E) is known color: Cranberry. HEX triplet: DF, 52 and 7E. RGB value is (223,82,126). Sum of RGB (Red+Green+Blue) = 223+82+126=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF527E is #20AD81. Grayscale: #818181. Windows color (decimal): -2141570 or 8278751. OLE color: 8278751.
HSL color Cylindrical-coordinate representation of color #DF527E: hue angle of 341.28º 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 #DF527E is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 126 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.13 |
| HSL | 341.28º | 0.69% | 0.6% | - |
| HSV(B) | 341.28º | 0.63% | 0.87% | - |
| XYZ | 37.21 | 23.23 | 22.26 | - |
| YUV | 129.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 126 | 0 | 0.63 | 0.43 | 0.13 | 341.28 | 0.69 | 0.6 |
| Hex | DF | 52 | 7E | 0 | 3F | 2B | D | 155 | 45 | 3C |
| Octal | 337 | 122 | 176 | 0 | 77 | 53 | 15 | 525 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1111110 | 0 | 111111 | 101011 | 1101 | 101010101 | 1000101 | 111100 |
Color Harmonies of #DF527E
Complementary color
Monochromatic Colors of #DF527E
Black with #DF527E
Text Example
Text Example
White with #DF527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF527E; }
p { color: rgb(223,82,126); }
H1.HeaderClassName
{
color: #DF527E;
}
.AnyTagClassName
{
color: #DF527E;
}
</style>
background-color css
<style>
a { background-color: #DF527E; }
a { background-color: rgb(223,82,126); }
div.DivClassName
{
background-color: #DF527E;
}
.BgClassName
{
background-color: #DF527E;
}
</style>
border-color css
<style>
span { border-color: #DF527E; }
span { border-color: rgb(223,82,126); }
td.TdClassName
{
border-color: #DF527E;
}
.TagClassName
{
border-color: #DF527E;
}
</style>