Shades of Cranberry #DC5276
Tints of Cranberry #DC5276
RGB
CMYK
RGB Variations
Color information
#DC5276 (or 0xDC5276) is known color: Cranberry. HEX triplet: DC, 52 and 76. RGB value is (220,82,118). Sum of RGB (Red+Green+Blue) = 220+82+118=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5276 is #23AD89. Grayscale: #7F7F7F. Windows color (decimal): -2338186 or 7754460. OLE color: 7754460.
HSL color Cylindrical-coordinate representation of color #DC5276: hue angle of 344.35º 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 #DC5276 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 118 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.14 |
| HSL | 344.35º | 0.66% | 0.59% | - |
| HSV(B) | 344.35º | 0.63% | 0.86% | - |
| XYZ | 35.8 | 22.56 | 19.61 | - |
| YUV | 127.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 118 | 0 | 0.63 | 0.46 | 0.14 | 344.35 | 0.66 | 0.59 |
| Hex | DC | 52 | 76 | 0 | 3F | 2E | E | 158 | 42 | 3B |
| Octal | 334 | 122 | 166 | 0 | 77 | 56 | 16 | 530 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1110110 | 0 | 111111 | 101110 | 1110 | 101011000 | 1000010 | 111011 |
Color Harmonies of #DC5276
Complementary color
Monochromatic Colors of #DC5276
Black with #DC5276
Text Example
Text Example
White with #DC5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5276; }
p { color: rgb(220,82,118); }
H1.HeaderClassName
{
color: #DC5276;
}
.AnyTagClassName
{
color: #DC5276;
}
</style>
background-color css
<style>
a { background-color: #DC5276; }
a { background-color: rgb(220,82,118); }
div.DivClassName
{
background-color: #DC5276;
}
.BgClassName
{
background-color: #DC5276;
}
</style>
border-color css
<style>
span { border-color: #DC5276; }
span { border-color: rgb(220,82,118); }
td.TdClassName
{
border-color: #DC5276;
}
.TagClassName
{
border-color: #DC5276;
}
</style>