Shades of Pale Violet Red #D6719B
Tints of Pale Violet Red #D6719B
RGB
CMYK
RGB Variations
Color information
#D6719B (or 0xD6719B) is known color: Pale Violet Red. HEX triplet: D6, 71 and 9B. RGB value is (214,113,155). Sum of RGB (Red+Green+Blue) = 214+113+155=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6719B is #298E64. Grayscale: #939393. Windows color (decimal): -2723429 or 10187222. OLE color: 10187222.
HSL color Cylindrical-coordinate representation of color #D6719B: hue angle of 335.05º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6719B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 155 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.16 |
| HSL | 335.05º | 0.55% | 0.64% | - |
| HSV(B) | 335.05º | 0.47% | 0.84% | - |
| XYZ | 39.55 | 28.47 | 34.42 | - |
| YUV | 147.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 155 | 0 | 0.47 | 0.28 | 0.16 | 335.05 | 0.55 | 0.64 |
| Hex | D6 | 71 | 9B | 0 | 2F | 1C | 10 | 14F | 37 | 40 |
| Octal | 326 | 161 | 233 | 0 | 57 | 34 | 20 | 517 | 67 | 100 |
| Binary | 11010110 | 1110001 | 10011011 | 0 | 101111 | 11100 | 10000 | 101001111 | 110111 | 1000000 |
Color Harmonies of #D6719B
Complementary color
Monochromatic Colors of #D6719B
Black with #D6719B
Text Example
Text Example
White with #D6719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6719B; }
p { color: rgb(214,113,155); }
H1.HeaderClassName
{
color: #D6719B;
}
.AnyTagClassName
{
color: #D6719B;
}
</style>
background-color css
<style>
a { background-color: #D6719B; }
a { background-color: rgb(214,113,155); }
div.DivClassName
{
background-color: #D6719B;
}
.BgClassName
{
background-color: #D6719B;
}
</style>
border-color css
<style>
span { border-color: #D6719B; }
span { border-color: rgb(214,113,155); }
td.TdClassName
{
border-color: #D6719B;
}
.TagClassName
{
border-color: #D6719B;
}
</style>