Shades of Cranberry #DC5377
Tints of Cranberry #DC5377
RGB
CMYK
RGB Variations
Color information
#DC5377 (or 0xDC5377) is known color: Cranberry. HEX triplet: DC, 53 and 77. RGB value is (220,83,119). Sum of RGB (Red+Green+Blue) = 220+83+119=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5377 is #23AC88. Grayscale: #808080. Windows color (decimal): -2337929 or 7820252. OLE color: 7820252.
HSL color Cylindrical-coordinate representation of color #DC5377: hue angle of 344.23º 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 #DC5377 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 119 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.14 |
| HSL | 344.23º | 0.66% | 0.59% | - |
| HSV(B) | 344.23º | 0.62% | 0.86% | - |
| XYZ | 35.94 | 22.73 | 19.95 | - |
| YUV | 128.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 119 | 0 | 0.62 | 0.46 | 0.14 | 344.23 | 0.66 | 0.59 |
| Hex | DC | 53 | 77 | 0 | 3E | 2E | E | 158 | 42 | 3B |
| Octal | 334 | 123 | 167 | 0 | 76 | 56 | 16 | 530 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1110111 | 0 | 111110 | 101110 | 1110 | 101011000 | 1000010 | 111011 |
Color Harmonies of #DC5377
Complementary color
Monochromatic Colors of #DC5377
Black with #DC5377
Text Example
Text Example
White with #DC5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5377; }
p { color: rgb(220,83,119); }
H1.HeaderClassName
{
color: #DC5377;
}
.AnyTagClassName
{
color: #DC5377;
}
</style>
background-color css
<style>
a { background-color: #DC5377; }
a { background-color: rgb(220,83,119); }
div.DivClassName
{
background-color: #DC5377;
}
.BgClassName
{
background-color: #DC5377;
}
</style>
border-color css
<style>
span { border-color: #DC5377; }
span { border-color: rgb(220,83,119); }
td.TdClassName
{
border-color: #DC5377;
}
.TagClassName
{
border-color: #DC5377;
}
</style>