Shades of Cranberry #DC526E
Tints of Cranberry #DC526E
RGB
CMYK
RGB Variations
Color information
#DC526E (or 0xDC526E) is known color: Cranberry. HEX triplet: DC, 52 and 6E. RGB value is (220,82,110). Sum of RGB (Red+Green+Blue) = 220+82+110=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC526E is #23AD91. Grayscale: #7E7E7E. Windows color (decimal): -2338194 or 7230172. OLE color: 7230172.
HSL color Cylindrical-coordinate representation of color #DC526E: hue angle of 347.83º 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 #DC526E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 110 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.14 |
| HSL | 347.83º | 0.66% | 0.59% | - |
| HSV(B) | 347.83º | 0.63% | 0.86% | - |
| XYZ | 35.35 | 22.38 | 17.21 | - |
| YUV | 126.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 110 | 0 | 0.63 | 0.50 | 0.14 | 347.83 | 0.66 | 0.59 |
| Hex | DC | 52 | 6E | 0 | 3F | 32 | E | 15C | 42 | 3B |
| Octal | 334 | 122 | 156 | 0 | 77 | 62 | 16 | 534 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1101110 | 0 | 111111 | 110010 | 1110 | 101011100 | 1000010 | 111011 |
Color Harmonies of #DC526E
Complementary color
Monochromatic Colors of #DC526E
Black with #DC526E
Text Example
Text Example
White with #DC526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC526E; }
p { color: rgb(220,82,110); }
H1.HeaderClassName
{
color: #DC526E;
}
.AnyTagClassName
{
color: #DC526E;
}
</style>
background-color css
<style>
a { background-color: #DC526E; }
a { background-color: rgb(220,82,110); }
div.DivClassName
{
background-color: #DC526E;
}
.BgClassName
{
background-color: #DC526E;
}
</style>
border-color css
<style>
span { border-color: #DC526E; }
span { border-color: rgb(220,82,110); }
td.TdClassName
{
border-color: #DC526E;
}
.TagClassName
{
border-color: #DC526E;
}
</style>