Shades of Pale Violet Red #D67191
Tints of Pale Violet Red #D67191
RGB
CMYK
RGB Variations
Color information
#D67191 (or 0xD67191) is known color: Pale Violet Red. HEX triplet: D6, 71 and 91. RGB value is (214,113,145). Sum of RGB (Red+Green+Blue) = 214+113+145=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D67191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67191 is #298E6E. Grayscale: #929292. Windows color (decimal): -2723439 or 9531862. OLE color: 9531862.
HSL color Cylindrical-coordinate representation of color #D67191: hue angle of 340.99º 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 #D67191 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 145 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.16 |
| HSL | 340.99º | 0.55% | 0.64% | - |
| HSV(B) | 340.99º | 0.47% | 0.84% | - |
| XYZ | 38.75 | 28.15 | 30.18 | - |
| YUV | 146.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 145 | 0 | 0.47 | 0.32 | 0.16 | 340.99 | 0.55 | 0.64 |
| Hex | D6 | 71 | 91 | 0 | 2F | 20 | 10 | 155 | 37 | 40 |
| Octal | 326 | 161 | 221 | 0 | 57 | 40 | 20 | 525 | 67 | 100 |
| Binary | 11010110 | 1110001 | 10010001 | 0 | 101111 | 100000 | 10000 | 101010101 | 110111 | 1000000 |
Color Harmonies of #D67191
Complementary color
Monochromatic Colors of #D67191
Black with #D67191
Text Example
Text Example
White with #D67191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67191; }
p { color: rgb(214,113,145); }
H1.HeaderClassName
{
color: #D67191;
}
.AnyTagClassName
{
color: #D67191;
}
</style>
background-color css
<style>
a { background-color: #D67191; }
a { background-color: rgb(214,113,145); }
div.DivClassName
{
background-color: #D67191;
}
.BgClassName
{
background-color: #D67191;
}
</style>
border-color css
<style>
span { border-color: #D67191; }
span { border-color: rgb(214,113,145); }
td.TdClassName
{
border-color: #D67191;
}
.TagClassName
{
border-color: #D67191;
}
</style>