Shades of Cranberry #DC5078
Tints of Cranberry #DC5078
RGB
CMYK
RGB Variations
Color information
#DC5078 (or 0xDC5078) is known color: Cranberry. HEX triplet: DC, 50 and 78. RGB value is (220,80,120). Sum of RGB (Red+Green+Blue) = 220+80+120=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5078 is #23AF87. Grayscale: #7E7E7E. Windows color (decimal): -2338696 or 7885020. OLE color: 7885020.
HSL color Cylindrical-coordinate representation of color #DC5078: hue angle of 342.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5078 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 120 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.14 |
| HSL | 342.86º | 0.67% | 0.59% | - |
| HSV(B) | 342.86º | 0.64% | 0.86% | - |
| XYZ | 35.77 | 22.31 | 20.19 | - |
| YUV | 126.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 120 | 0 | 0.64 | 0.45 | 0.14 | 342.86 | 0.67 | 0.59 |
| Hex | DC | 50 | 78 | 0 | 40 | 2D | E | 157 | 43 | 3B |
| Octal | 334 | 120 | 170 | 0 | 100 | 55 | 16 | 527 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1111000 | 0 | 1000000 | 101101 | 1110 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DC5078
Complementary color
Monochromatic Colors of #DC5078
Black with #DC5078
Text Example
Text Example
White with #DC5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5078; }
p { color: rgb(220,80,120); }
H1.HeaderClassName
{
color: #DC5078;
}
.AnyTagClassName
{
color: #DC5078;
}
</style>
background-color css
<style>
a { background-color: #DC5078; }
a { background-color: rgb(220,80,120); }
div.DivClassName
{
background-color: #DC5078;
}
.BgClassName
{
background-color: #DC5078;
}
</style>
border-color css
<style>
span { border-color: #DC5078; }
span { border-color: rgb(220,80,120); }
td.TdClassName
{
border-color: #DC5078;
}
.TagClassName
{
border-color: #DC5078;
}
</style>