Shades of Cranberry #DF526E
Tints of Cranberry #DF526E
RGB
CMYK
RGB Variations
Color information
#DF526E (or 0xDF526E) is known color: Cranberry. HEX triplet: DF, 52 and 6E. RGB value is (223,82,110). Sum of RGB (Red+Green+Blue) = 223+82+110=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF526E is #20AD91. Grayscale: #7F7F7F. Windows color (decimal): -2141586 or 7230175. OLE color: 7230175.
HSL color Cylindrical-coordinate representation of color #DF526E: hue angle of 348.09º 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 #DF526E is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 110 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.13 |
| HSL | 348.09º | 0.69% | 0.6% | - |
| HSV(B) | 348.09º | 0.63% | 0.87% | - |
| XYZ | 36.26 | 22.85 | 17.25 | - |
| YUV | 127.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 110 | 0 | 0.63 | 0.51 | 0.13 | 348.09 | 0.69 | 0.6 |
| Hex | DF | 52 | 6E | 0 | 3F | 33 | D | 15C | 45 | 3C |
| Octal | 337 | 122 | 156 | 0 | 77 | 63 | 15 | 534 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1101110 | 0 | 111111 | 110011 | 1101 | 101011100 | 1000101 | 111100 |
Color Harmonies of #DF526E
Complementary color
Monochromatic Colors of #DF526E
Black with #DF526E
Text Example
Text Example
White with #DF526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF526E; }
p { color: rgb(223,82,110); }
H1.HeaderClassName
{
color: #DF526E;
}
.AnyTagClassName
{
color: #DF526E;
}
</style>
background-color css
<style>
a { background-color: #DF526E; }
a { background-color: rgb(223,82,110); }
div.DivClassName
{
background-color: #DF526E;
}
.BgClassName
{
background-color: #DF526E;
}
</style>
border-color css
<style>
span { border-color: #DF526E; }
span { border-color: rgb(223,82,110); }
td.TdClassName
{
border-color: #DF526E;
}
.TagClassName
{
border-color: #DF526E;
}
</style>