Shades of Cranberry #DC517B
Tints of Cranberry #DC517B
RGB
CMYK
RGB Variations
Color information
#DC517B (or 0xDC517B) is known color: Cranberry. HEX triplet: DC, 51 and 7B. RGB value is (220,81,123). Sum of RGB (Red+Green+Blue) = 220+81+123=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC517B is #23AE84. Grayscale: #7F7F7F. Windows color (decimal): -2338437 or 8081884. OLE color: 8081884.
HSL color Cylindrical-coordinate representation of color #DC517B: hue angle of 341.87º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC517B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 123 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.14 |
| HSL | 341.87º | 0.67% | 0.59% | - |
| HSV(B) | 341.87º | 0.63% | 0.86% | - |
| XYZ | 36.03 | 22.53 | 21.19 | - |
| YUV | 127.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 123 | 0 | 0.63 | 0.44 | 0.14 | 341.87 | 0.67 | 0.59 |
| Hex | DC | 51 | 7B | 0 | 3F | 2C | E | 156 | 43 | 3B |
| Octal | 334 | 121 | 173 | 0 | 77 | 54 | 16 | 526 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1111011 | 0 | 111111 | 101100 | 1110 | 101010110 | 1000011 | 111011 |
Color Harmonies of #DC517B
Complementary color
Monochromatic Colors of #DC517B
Black with #DC517B
Text Example
Text Example
White with #DC517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC517B; }
p { color: rgb(220,81,123); }
H1.HeaderClassName
{
color: #DC517B;
}
.AnyTagClassName
{
color: #DC517B;
}
</style>
background-color css
<style>
a { background-color: #DC517B; }
a { background-color: rgb(220,81,123); }
div.DivClassName
{
background-color: #DC517B;
}
.BgClassName
{
background-color: #DC517B;
}
</style>
border-color css
<style>
span { border-color: #DC517B; }
span { border-color: rgb(220,81,123); }
td.TdClassName
{
border-color: #DC517B;
}
.TagClassName
{
border-color: #DC517B;
}
</style>