Shades of Pale Violet Red #DC718E
Tints of Pale Violet Red #DC718E
RGB
CMYK
RGB Variations
Color information
#DC718E (or 0xDC718E) is known color: Pale Violet Red. HEX triplet: DC, 71 and 8E. RGB value is (220,113,142). Sum of RGB (Red+Green+Blue) = 220+113+142=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC718E is #238E71. Grayscale: #949494. Windows color (decimal): -2330226 or 9335260. OLE color: 9335260.
HSL color Cylindrical-coordinate representation of color #DC718E: hue angle of 343.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC718E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 142 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.14 |
| HSL | 343.74º | 0.6% | 0.65% | - |
| HSV(B) | 343.74º | 0.49% | 0.86% | - |
| XYZ | 40.3 | 28.98 | 29.06 | - |
| YUV | 148.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 142 | 0 | 0.49 | 0.35 | 0.14 | 343.74 | 0.6 | 0.65 |
| Hex | DC | 71 | 8E | 0 | 31 | 23 | E | 158 | 3C | 41 |
| Octal | 334 | 161 | 216 | 0 | 61 | 43 | 16 | 530 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10001110 | 0 | 110001 | 100011 | 1110 | 101011000 | 111100 | 1000001 |
Color Harmonies of #DC718E
Complementary color
Monochromatic Colors of #DC718E
Black with #DC718E
Text Example
Text Example
White with #DC718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC718E; }
p { color: rgb(220,113,142); }
H1.HeaderClassName
{
color: #DC718E;
}
.AnyTagClassName
{
color: #DC718E;
}
</style>
background-color css
<style>
a { background-color: #DC718E; }
a { background-color: rgb(220,113,142); }
div.DivClassName
{
background-color: #DC718E;
}
.BgClassName
{
background-color: #DC718E;
}
</style>
border-color css
<style>
span { border-color: #DC718E; }
span { border-color: rgb(220,113,142); }
td.TdClassName
{
border-color: #DC718E;
}
.TagClassName
{
border-color: #DC718E;
}
</style>