Shades of Pale Violet Red #D67997
Tints of Pale Violet Red #D67997
RGB
CMYK
RGB Variations
Color information
#D67997 (or 0xD67997) is known color: Pale Violet Red. HEX triplet: D6, 79 and 97. RGB value is (214,121,151). Sum of RGB (Red+Green+Blue) = 214+121+151=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D67997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67997 is #298668. Grayscale: #989898. Windows color (decimal): -2721385 or 9927126. OLE color: 9927126.
HSL color Cylindrical-coordinate representation of color #D67997: hue angle of 340.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67997 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 151 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.16 |
| HSL | 340.65º | 0.53% | 0.66% | - |
| HSV(B) | 340.65º | 0.43% | 0.84% | - |
| XYZ | 40.15 | 30.21 | 32.99 | - |
| YUV | 152.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 151 | 0 | 0.43 | 0.29 | 0.16 | 340.65 | 0.53 | 0.66 |
| Hex | D6 | 79 | 97 | 0 | 2B | 1D | 10 | 155 | 35 | 42 |
| Octal | 326 | 171 | 227 | 0 | 53 | 35 | 20 | 525 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10010111 | 0 | 101011 | 11101 | 10000 | 101010101 | 110101 | 1000010 |
Color Harmonies of #D67997
Complementary color
Monochromatic Colors of #D67997
Black with #D67997
Text Example
Text Example
White with #D67997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67997; }
p { color: rgb(214,121,151); }
H1.HeaderClassName
{
color: #D67997;
}
.AnyTagClassName
{
color: #D67997;
}
</style>
background-color css
<style>
a { background-color: #D67997; }
a { background-color: rgb(214,121,151); }
div.DivClassName
{
background-color: #D67997;
}
.BgClassName
{
background-color: #D67997;
}
</style>
border-color css
<style>
span { border-color: #D67997; }
span { border-color: rgb(214,121,151); }
td.TdClassName
{
border-color: #D67997;
}
.TagClassName
{
border-color: #D67997;
}
</style>