Shades of Cranberry #DC517F
Tints of Cranberry #DC517F
RGB
CMYK
RGB Variations
Color information
#DC517F (or 0xDC517F) is known color: Cranberry. HEX triplet: DC, 51 and 7F. RGB value is (220,81,127). Sum of RGB (Red+Green+Blue) = 220+81+127=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC517F is #23AE80. Grayscale: #7F7F7F. Windows color (decimal): -2338433 or 8344028. OLE color: 8344028.
HSL color Cylindrical-coordinate representation of color #DC517F: hue angle of 340.14º 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 #DC517F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 127 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.14 |
| HSL | 340.14º | 0.67% | 0.59% | - |
| HSV(B) | 340.14º | 0.63% | 0.86% | - |
| XYZ | 36.29 | 22.63 | 22.53 | - |
| YUV | 127.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 127 | 0 | 0.63 | 0.42 | 0.14 | 340.14 | 0.67 | 0.59 |
| Hex | DC | 51 | 7F | 0 | 3F | 2A | E | 154 | 43 | 3B |
| Octal | 334 | 121 | 177 | 0 | 77 | 52 | 16 | 524 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1111111 | 0 | 111111 | 101010 | 1110 | 101010100 | 1000011 | 111011 |
Color Harmonies of #DC517F
Complementary color
Monochromatic Colors of #DC517F
Black with #DC517F
Text Example
Text Example
White with #DC517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC517F; }
p { color: rgb(220,81,127); }
H1.HeaderClassName
{
color: #DC517F;
}
.AnyTagClassName
{
color: #DC517F;
}
</style>
background-color css
<style>
a { background-color: #DC517F; }
a { background-color: rgb(220,81,127); }
div.DivClassName
{
background-color: #DC517F;
}
.BgClassName
{
background-color: #DC517F;
}
</style>
border-color css
<style>
span { border-color: #DC517F; }
span { border-color: rgb(220,81,127); }
td.TdClassName
{
border-color: #DC517F;
}
.TagClassName
{
border-color: #DC517F;
}
</style>