Shades of Cranberry #DC5270
Tints of Cranberry #DC5270
RGB
CMYK
RGB Variations
Color information
#DC5270 (or 0xDC5270) is known color: Cranberry. HEX triplet: DC, 52 and 70. RGB value is (220,82,112). Sum of RGB (Red+Green+Blue) = 220+82+112=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5270 is #23AD8F. Grayscale: #7E7E7E. Windows color (decimal): -2338192 or 7361244. OLE color: 7361244.
HSL color Cylindrical-coordinate representation of color #DC5270: hue angle of 346.96º 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 #DC5270 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 112 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.14 |
| HSL | 346.96º | 0.66% | 0.59% | - |
| HSV(B) | 346.96º | 0.63% | 0.86% | - |
| XYZ | 35.46 | 22.42 | 17.79 | - |
| YUV | 126.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 112 | 0 | 0.63 | 0.49 | 0.14 | 346.96 | 0.66 | 0.59 |
| Hex | DC | 52 | 70 | 0 | 3F | 31 | E | 15B | 42 | 3B |
| Octal | 334 | 122 | 160 | 0 | 77 | 61 | 16 | 533 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1110000 | 0 | 111111 | 110001 | 1110 | 101011011 | 1000010 | 111011 |
Color Harmonies of #DC5270
Complementary color
Monochromatic Colors of #DC5270
Black with #DC5270
Text Example
Text Example
White with #DC5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5270; }
p { color: rgb(220,82,112); }
H1.HeaderClassName
{
color: #DC5270;
}
.AnyTagClassName
{
color: #DC5270;
}
</style>
background-color css
<style>
a { background-color: #DC5270; }
a { background-color: rgb(220,82,112); }
div.DivClassName
{
background-color: #DC5270;
}
.BgClassName
{
background-color: #DC5270;
}
</style>
border-color css
<style>
span { border-color: #DC5270; }
span { border-color: rgb(220,82,112); }
td.TdClassName
{
border-color: #DC5270;
}
.TagClassName
{
border-color: #DC5270;
}
</style>