Shades of Cranberry #DF526D
Tints of Cranberry #DF526D
RGB
CMYK
RGB Variations
Color information
#DF526D (or 0xDF526D) is known color: Cranberry. HEX triplet: DF, 52 and 6D. RGB value is (223,82,109). Sum of RGB (Red+Green+Blue) = 223+82+109=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF526D is #20AD92. Grayscale: #7F7F7F. Windows color (decimal): -2141587 or 7164639. OLE color: 7164639.
HSL color Cylindrical-coordinate representation of color #DF526D: hue angle of 348.51º 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 #DF526D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 109 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.13 |
| HSL | 348.51º | 0.69% | 0.6% | - |
| HSV(B) | 348.51º | 0.63% | 0.87% | - |
| XYZ | 36.21 | 22.83 | 16.97 | - |
| YUV | 127.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 109 | 0 | 0.63 | 0.51 | 0.13 | 348.51 | 0.69 | 0.6 |
| Hex | DF | 52 | 6D | 0 | 3F | 33 | D | 15D | 45 | 3C |
| Octal | 337 | 122 | 155 | 0 | 77 | 63 | 15 | 535 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1101101 | 0 | 111111 | 110011 | 1101 | 101011101 | 1000101 | 111100 |
Color Harmonies of #DF526D
Complementary color
Monochromatic Colors of #DF526D
Black with #DF526D
Text Example
Text Example
White with #DF526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF526D; }
p { color: rgb(223,82,109); }
H1.HeaderClassName
{
color: #DF526D;
}
.AnyTagClassName
{
color: #DF526D;
}
</style>
background-color css
<style>
a { background-color: #DF526D; }
a { background-color: rgb(223,82,109); }
div.DivClassName
{
background-color: #DF526D;
}
.BgClassName
{
background-color: #DF526D;
}
</style>
border-color css
<style>
span { border-color: #DF526D; }
span { border-color: rgb(223,82,109); }
td.TdClassName
{
border-color: #DF526D;
}
.TagClassName
{
border-color: #DF526D;
}
</style>