Shades of Cranberry #DC5B7A
Tints of Cranberry #DC5B7A
RGB
CMYK
RGB Variations
Color information
#DC5B7A (or 0xDC5B7A) is known color: Cranberry. HEX triplet: DC, 5B and 7A. RGB value is (220,91,122). Sum of RGB (Red+Green+Blue) = 220+91+122=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B7A is #23A485. Grayscale: #858585. Windows color (decimal): -2335878 or 8018908. OLE color: 8018908.
HSL color Cylindrical-coordinate representation of color #DC5B7A: hue angle of 345.58º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B7A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 122 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.14 |
| HSL | 345.58º | 0.65% | 0.61% | - |
| HSV(B) | 345.58º | 0.59% | 0.86% | - |
| XYZ | 36.77 | 24.1 | 21.13 | - |
| YUV | 133.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 122 | 0 | 0.59 | 0.45 | 0.14 | 345.58 | 0.65 | 0.61 |
| Hex | DC | 5B | 7A | 0 | 3B | 2D | E | 15A | 41 | 3D |
| Octal | 334 | 133 | 172 | 0 | 73 | 55 | 16 | 532 | 101 | 75 |
| Binary | 11011100 | 1011011 | 1111010 | 0 | 111011 | 101101 | 1110 | 101011010 | 1000001 | 111101 |
Color Harmonies of #DC5B7A
Complementary color
Monochromatic Colors of #DC5B7A
Black with #DC5B7A
Text Example
Text Example
White with #DC5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B7A; }
p { color: rgb(220,91,122); }
H1.HeaderClassName
{
color: #DC5B7A;
}
.AnyTagClassName
{
color: #DC5B7A;
}
</style>
background-color css
<style>
a { background-color: #DC5B7A; }
a { background-color: rgb(220,91,122); }
div.DivClassName
{
background-color: #DC5B7A;
}
.BgClassName
{
background-color: #DC5B7A;
}
</style>
border-color css
<style>
span { border-color: #DC5B7A; }
span { border-color: rgb(220,91,122); }
td.TdClassName
{
border-color: #DC5B7A;
}
.TagClassName
{
border-color: #DC5B7A;
}
</style>