Shades of Cranberry #DC5278
Tints of Cranberry #DC5278
RGB
CMYK
RGB Variations
Color information
#DC5278 (or 0xDC5278) is known color: Cranberry. HEX triplet: DC, 52 and 78. RGB value is (220,82,120). Sum of RGB (Red+Green+Blue) = 220+82+120=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5278 is #23AD87. Grayscale: #7F7F7F. Windows color (decimal): -2338184 or 7885532. OLE color: 7885532.
HSL color Cylindrical-coordinate representation of color #DC5278: hue angle of 343.48º 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 #DC5278 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 120 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 343.48º | 0.66% | 0.59% | - |
| HSV(B) | 343.48º | 0.63% | 0.86% | - |
| XYZ | 35.92 | 22.61 | 20.24 | - |
| YUV | 127.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 120 | 0 | 0.63 | 0.45 | 0.14 | 343.48 | 0.66 | 0.59 |
| Hex | DC | 52 | 78 | 0 | 3F | 2D | E | 157 | 42 | 3B |
| Octal | 334 | 122 | 170 | 0 | 77 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1111000 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DC5278
Complementary color
Monochromatic Colors of #DC5278
Black with #DC5278
Text Example
Text Example
White with #DC5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5278; }
p { color: rgb(220,82,120); }
H1.HeaderClassName
{
color: #DC5278;
}
.AnyTagClassName
{
color: #DC5278;
}
</style>
background-color css
<style>
a { background-color: #DC5278; }
a { background-color: rgb(220,82,120); }
div.DivClassName
{
background-color: #DC5278;
}
.BgClassName
{
background-color: #DC5278;
}
</style>
border-color css
<style>
span { border-color: #DC5278; }
span { border-color: rgb(220,82,120); }
td.TdClassName
{
border-color: #DC5278;
}
.TagClassName
{
border-color: #DC5278;
}
</style>