Shades of Pale Violet Red #D67096
Tints of Pale Violet Red #D67096
RGB
CMYK
RGB Variations
Color information
#D67096 (or 0xD67096) is known color: Pale Violet Red. HEX triplet: D6, 70 and 96. RGB value is (214,112,150). Sum of RGB (Red+Green+Blue) = 214+112+150=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D67096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67096 is #298F69. Grayscale: #929292. Windows color (decimal): -2723690 or 9859286. OLE color: 9859286.
HSL color Cylindrical-coordinate representation of color #D67096: hue angle of 337.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67096 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 150 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.16 |
| HSL | 337.65º | 0.55% | 0.64% | - |
| HSV(B) | 337.65º | 0.48% | 0.84% | - |
| XYZ | 39.03 | 28.09 | 32.22 | - |
| YUV | 146.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 150 | 0 | 0.48 | 0.30 | 0.16 | 337.65 | 0.55 | 0.64 |
| Hex | D6 | 70 | 96 | 0 | 30 | 1E | 10 | 152 | 37 | 40 |
| Octal | 326 | 160 | 226 | 0 | 60 | 36 | 20 | 522 | 67 | 100 |
| Binary | 11010110 | 1110000 | 10010110 | 0 | 110000 | 11110 | 10000 | 101010010 | 110111 | 1000000 |
Color Harmonies of #D67096
Complementary color
Monochromatic Colors of #D67096
Black with #D67096
Text Example
Text Example
White with #D67096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67096; }
p { color: rgb(214,112,150); }
H1.HeaderClassName
{
color: #D67096;
}
.AnyTagClassName
{
color: #D67096;
}
</style>
background-color css
<style>
a { background-color: #D67096; }
a { background-color: rgb(214,112,150); }
div.DivClassName
{
background-color: #D67096;
}
.BgClassName
{
background-color: #D67096;
}
</style>
border-color css
<style>
span { border-color: #D67096; }
span { border-color: rgb(214,112,150); }
td.TdClassName
{
border-color: #D67096;
}
.TagClassName
{
border-color: #D67096;
}
</style>