Shades of Cranberry #DC5376
Tints of Cranberry #DC5376
RGB
CMYK
RGB Variations
Color information
#DC5376 (or 0xDC5376) is known color: Cranberry. HEX triplet: DC, 53 and 76. RGB value is (220,83,118). Sum of RGB (Red+Green+Blue) = 220+83+118=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5376 is #23AC89. Grayscale: #7F7F7F. Windows color (decimal): -2337930 or 7754716. OLE color: 7754716.
HSL color Cylindrical-coordinate representation of color #DC5376: hue angle of 344.67º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5376 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 118 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.14 |
| HSL | 344.67º | 0.66% | 0.59% | - |
| HSV(B) | 344.67º | 0.62% | 0.86% | - |
| XYZ | 35.88 | 22.71 | 19.63 | - |
| YUV | 127.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 118 | 0 | 0.62 | 0.46 | 0.14 | 344.67 | 0.66 | 0.59 |
| Hex | DC | 53 | 76 | 0 | 3E | 2E | E | 159 | 42 | 3B |
| Octal | 334 | 123 | 166 | 0 | 76 | 56 | 16 | 531 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1110110 | 0 | 111110 | 101110 | 1110 | 101011001 | 1000010 | 111011 |
Color Harmonies of #DC5376
Complementary color
Monochromatic Colors of #DC5376
Black with #DC5376
Text Example
Text Example
White with #DC5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5376; }
p { color: rgb(220,83,118); }
H1.HeaderClassName
{
color: #DC5376;
}
.AnyTagClassName
{
color: #DC5376;
}
</style>
background-color css
<style>
a { background-color: #DC5376; }
a { background-color: rgb(220,83,118); }
div.DivClassName
{
background-color: #DC5376;
}
.BgClassName
{
background-color: #DC5376;
}
</style>
border-color css
<style>
span { border-color: #DC5376; }
span { border-color: rgb(220,83,118); }
td.TdClassName
{
border-color: #DC5376;
}
.TagClassName
{
border-color: #DC5376;
}
</style>