Shades of Pale Violet Red #D67896
Tints of Pale Violet Red #D67896
RGB
CMYK
RGB Variations
Color information
#D67896 (or 0xD67896) is known color: Pale Violet Red. HEX triplet: D6, 78 and 96. RGB value is (214,120,150). Sum of RGB (Red+Green+Blue) = 214+120+150=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D67896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67896 is #298769. Grayscale: #979797. Windows color (decimal): -2721642 or 9861334. OLE color: 9861334.
HSL color Cylindrical-coordinate representation of color #D67896: hue angle of 340.85º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67896 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 150 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.16 |
| HSL | 340.85º | 0.53% | 0.65% | - |
| HSV(B) | 340.85º | 0.44% | 0.84% | - |
| XYZ | 39.95 | 29.93 | 32.53 | - |
| YUV | 151.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 150 | 0 | 0.44 | 0.30 | 0.16 | 340.85 | 0.53 | 0.65 |
| Hex | D6 | 78 | 96 | 0 | 2C | 1E | 10 | 155 | 35 | 41 |
| Octal | 326 | 170 | 226 | 0 | 54 | 36 | 20 | 525 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10010110 | 0 | 101100 | 11110 | 10000 | 101010101 | 110101 | 1000001 |
Color Harmonies of #D67896
Complementary color
Monochromatic Colors of #D67896
Black with #D67896
Text Example
Text Example
White with #D67896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67896; }
p { color: rgb(214,120,150); }
H1.HeaderClassName
{
color: #D67896;
}
.AnyTagClassName
{
color: #D67896;
}
</style>
background-color css
<style>
a { background-color: #D67896; }
a { background-color: rgb(214,120,150); }
div.DivClassName
{
background-color: #D67896;
}
.BgClassName
{
background-color: #D67896;
}
</style>
border-color css
<style>
span { border-color: #D67896; }
span { border-color: rgb(214,120,150); }
td.TdClassName
{
border-color: #D67896;
}
.TagClassName
{
border-color: #D67896;
}
</style>