Shades of Cranberry #DC517D
Tints of Cranberry #DC517D
RGB
CMYK
RGB Variations
Color information
#DC517D (or 0xDC517D) is known color: Cranberry. HEX triplet: DC, 51 and 7D. RGB value is (220,81,125). Sum of RGB (Red+Green+Blue) = 220+81+125=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC517D is #23AE82. Grayscale: #7F7F7F. Windows color (decimal): -2338435 or 8212956. OLE color: 8212956.
HSL color Cylindrical-coordinate representation of color #DC517D: hue angle of 341.01º 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 #DC517D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 125 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.14 |
| HSL | 341.01º | 0.67% | 0.59% | - |
| HSV(B) | 341.01º | 0.63% | 0.86% | - |
| XYZ | 36.16 | 22.58 | 21.85 | - |
| YUV | 127.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 125 | 0 | 0.63 | 0.43 | 0.14 | 341.01 | 0.67 | 0.59 |
| Hex | DC | 51 | 7D | 0 | 3F | 2B | E | 155 | 43 | 3B |
| Octal | 334 | 121 | 175 | 0 | 77 | 53 | 16 | 525 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1111101 | 0 | 111111 | 101011 | 1110 | 101010101 | 1000011 | 111011 |
Color Harmonies of #DC517D
Complementary color
Monochromatic Colors of #DC517D
Black with #DC517D
Text Example
Text Example
White with #DC517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC517D; }
p { color: rgb(220,81,125); }
H1.HeaderClassName
{
color: #DC517D;
}
.AnyTagClassName
{
color: #DC517D;
}
</style>
background-color css
<style>
a { background-color: #DC517D; }
a { background-color: rgb(220,81,125); }
div.DivClassName
{
background-color: #DC517D;
}
.BgClassName
{
background-color: #DC517D;
}
</style>
border-color css
<style>
span { border-color: #DC517D; }
span { border-color: rgb(220,81,125); }
td.TdClassName
{
border-color: #DC517D;
}
.TagClassName
{
border-color: #DC517D;
}
</style>