Shades of Cranberry #DC527A
Tints of Cranberry #DC527A
RGB
CMYK
RGB Variations
Color information
#DC527A (or 0xDC527A) is known color: Cranberry. HEX triplet: DC, 52 and 7A. RGB value is (220,82,122). Sum of RGB (Red+Green+Blue) = 220+82+122=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC527A is #23AD85. Grayscale: #7F7F7F. Windows color (decimal): -2338182 or 8016604. OLE color: 8016604.
HSL color Cylindrical-coordinate representation of color #DC527A: hue angle of 342.61º 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 #DC527A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 122 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 342.61º | 0.66% | 0.59% | - |
| HSV(B) | 342.61º | 0.63% | 0.86% | - |
| XYZ | 36.05 | 22.66 | 20.89 | - |
| YUV | 127.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 122 | 0 | 0.63 | 0.45 | 0.14 | 342.61 | 0.66 | 0.59 |
| Hex | DC | 52 | 7A | 0 | 3F | 2D | E | 157 | 42 | 3B |
| Octal | 334 | 122 | 172 | 0 | 77 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1111010 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DC527A
Complementary color
Monochromatic Colors of #DC527A
Black with #DC527A
Text Example
Text Example
White with #DC527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC527A; }
p { color: rgb(220,82,122); }
H1.HeaderClassName
{
color: #DC527A;
}
.AnyTagClassName
{
color: #DC527A;
}
</style>
background-color css
<style>
a { background-color: #DC527A; }
a { background-color: rgb(220,82,122); }
div.DivClassName
{
background-color: #DC527A;
}
.BgClassName
{
background-color: #DC527A;
}
</style>
border-color css
<style>
span { border-color: #DC527A; }
span { border-color: rgb(220,82,122); }
td.TdClassName
{
border-color: #DC527A;
}
.TagClassName
{
border-color: #DC527A;
}
</style>