Shades of Cranberry #DC5873
Tints of Cranberry #DC5873
RGB
CMYK
RGB Variations
Color information
#DC5873 (or 0xDC5873) is known color: Cranberry. HEX triplet: DC, 58 and 73. RGB value is (220,88,115). Sum of RGB (Red+Green+Blue) = 220+88+115=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5873 is #23A78C. Grayscale: #828282. Windows color (decimal): -2336653 or 7559388. OLE color: 7559388.
HSL color Cylindrical-coordinate representation of color #DC5873: hue angle of 347.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5873 is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 115 | - |
| CMYK | 0 | 0.6 | 0.48 | 0.14 |
| HSL | 347.73º | 0.65% | 0.6% | - |
| HSV(B) | 347.73º | 0.6% | 0.86% | - |
| XYZ | 36.1 | 23.43 | 18.84 | - |
| YUV | 130.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 115 | 0 | 0.6 | 0.48 | 0.14 | 347.73 | 0.65 | 0.6 |
| Hex | DC | 58 | 73 | 0 | 3C | 30 | E | 15C | 41 | 3C |
| Octal | 334 | 130 | 163 | 0 | 74 | 60 | 16 | 534 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1110011 | 0 | 111100 | 110000 | 1110 | 101011100 | 1000001 | 111100 |
Color Harmonies of #DC5873
Complementary color
Monochromatic Colors of #DC5873
Black with #DC5873
Text Example
Text Example
White with #DC5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5873; }
p { color: rgb(220,88,115); }
H1.HeaderClassName
{
color: #DC5873;
}
.AnyTagClassName
{
color: #DC5873;
}
</style>
background-color css
<style>
a { background-color: #DC5873; }
a { background-color: rgb(220,88,115); }
div.DivClassName
{
background-color: #DC5873;
}
.BgClassName
{
background-color: #DC5873;
}
</style>
border-color css
<style>
span { border-color: #DC5873; }
span { border-color: rgb(220,88,115); }
td.TdClassName
{
border-color: #DC5873;
}
.TagClassName
{
border-color: #DC5873;
}
</style>