Shades of Cranberry #DC526D
Tints of Cranberry #DC526D
RGB
CMYK
RGB Variations
Color information
#DC526D (or 0xDC526D) is known color: Cranberry. HEX triplet: DC, 52 and 6D. RGB value is (220,82,109). Sum of RGB (Red+Green+Blue) = 220+82+109=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC526D is #23AD92. Grayscale: #7E7E7E. Windows color (decimal): -2338195 or 7164636. OLE color: 7164636.
HSL color Cylindrical-coordinate representation of color #DC526D: hue angle of 348.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC526D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 109 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.14 |
| HSL | 348.26º | 0.66% | 0.59% | - |
| HSV(B) | 348.26º | 0.63% | 0.86% | - |
| XYZ | 35.29 | 22.35 | 16.92 | - |
| YUV | 126.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 109 | 0 | 0.63 | 0.50 | 0.14 | 348.26 | 0.66 | 0.59 |
| Hex | DC | 52 | 6D | 0 | 3F | 32 | E | 15C | 42 | 3B |
| Octal | 334 | 122 | 155 | 0 | 77 | 62 | 16 | 534 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1101101 | 0 | 111111 | 110010 | 1110 | 101011100 | 1000010 | 111011 |
Color Harmonies of #DC526D
Complementary color
Monochromatic Colors of #DC526D
Black with #DC526D
Text Example
Text Example
White with #DC526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC526D; }
p { color: rgb(220,82,109); }
H1.HeaderClassName
{
color: #DC526D;
}
.AnyTagClassName
{
color: #DC526D;
}
</style>
background-color css
<style>
a { background-color: #DC526D; }
a { background-color: rgb(220,82,109); }
div.DivClassName
{
background-color: #DC526D;
}
.BgClassName
{
background-color: #DC526D;
}
</style>
border-color css
<style>
span { border-color: #DC526D; }
span { border-color: rgb(220,82,109); }
td.TdClassName
{
border-color: #DC526D;
}
.TagClassName
{
border-color: #DC526D;
}
</style>