Shades of Pale Violet Red #D67192
Tints of Pale Violet Red #D67192
RGB
CMYK
RGB Variations
Color information
#D67192 (or 0xD67192) is known color: Pale Violet Red. HEX triplet: D6, 71 and 92. RGB value is (214,113,146). Sum of RGB (Red+Green+Blue) = 214+113+146=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D67192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67192 is #298E6D. Grayscale: #929292. Windows color (decimal): -2723438 or 9597398. OLE color: 9597398.
HSL color Cylindrical-coordinate representation of color #D67192: hue angle of 340.4º 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 #D67192 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 146 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.16 |
| HSL | 340.4º | 0.55% | 0.64% | - |
| HSV(B) | 340.4º | 0.47% | 0.84% | - |
| XYZ | 38.82 | 28.18 | 30.59 | - |
| YUV | 146.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 146 | 0 | 0.47 | 0.32 | 0.16 | 340.4 | 0.55 | 0.64 |
| Hex | D6 | 71 | 92 | 0 | 2F | 20 | 10 | 154 | 37 | 40 |
| Octal | 326 | 161 | 222 | 0 | 57 | 40 | 20 | 524 | 67 | 100 |
| Binary | 11010110 | 1110001 | 10010010 | 0 | 101111 | 100000 | 10000 | 101010100 | 110111 | 1000000 |
Color Harmonies of #D67192
Complementary color
Monochromatic Colors of #D67192
Black with #D67192
Text Example
Text Example
White with #D67192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67192; }
p { color: rgb(214,113,146); }
H1.HeaderClassName
{
color: #D67192;
}
.AnyTagClassName
{
color: #D67192;
}
</style>
background-color css
<style>
a { background-color: #D67192; }
a { background-color: rgb(214,113,146); }
div.DivClassName
{
background-color: #D67192;
}
.BgClassName
{
background-color: #D67192;
}
</style>
border-color css
<style>
span { border-color: #D67192; }
span { border-color: rgb(214,113,146); }
td.TdClassName
{
border-color: #D67192;
}
.TagClassName
{
border-color: #D67192;
}
</style>