Shades of Cranberry #DC527C
Tints of Cranberry #DC527C
RGB
CMYK
RGB Variations
Color information
#DC527C (or 0xDC527C) is known color: Cranberry. HEX triplet: DC, 52 and 7C. RGB value is (220,82,124). Sum of RGB (Red+Green+Blue) = 220+82+124=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC527C is #23AD83. Grayscale: #808080. Windows color (decimal): -2338180 or 8147676. OLE color: 8147676.
HSL color Cylindrical-coordinate representation of color #DC527C: hue angle of 341.74º 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 #DC527C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 124 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.14 |
| HSL | 341.74º | 0.66% | 0.59% | - |
| HSV(B) | 341.74º | 0.63% | 0.86% | - |
| XYZ | 36.17 | 22.71 | 21.54 | - |
| YUV | 128.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 124 | 0 | 0.63 | 0.44 | 0.14 | 341.74 | 0.66 | 0.59 |
| Hex | DC | 52 | 7C | 0 | 3F | 2C | E | 156 | 42 | 3B |
| Octal | 334 | 122 | 174 | 0 | 77 | 54 | 16 | 526 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1111100 | 0 | 111111 | 101100 | 1110 | 101010110 | 1000010 | 111011 |
Color Harmonies of #DC527C
Complementary color
Monochromatic Colors of #DC527C
Black with #DC527C
Text Example
Text Example
White with #DC527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC527C; }
p { color: rgb(220,82,124); }
H1.HeaderClassName
{
color: #DC527C;
}
.AnyTagClassName
{
color: #DC527C;
}
</style>
background-color css
<style>
a { background-color: #DC527C; }
a { background-color: rgb(220,82,124); }
div.DivClassName
{
background-color: #DC527C;
}
.BgClassName
{
background-color: #DC527C;
}
</style>
border-color css
<style>
span { border-color: #DC527C; }
span { border-color: rgb(220,82,124); }
td.TdClassName
{
border-color: #DC527C;
}
.TagClassName
{
border-color: #DC527C;
}
</style>