Shades of Pale Violet Red #D67BA6
Tints of Pale Violet Red #D67BA6
RGB
CMYK
RGB Variations
Color information
#D67BA6 (or 0xD67BA6) is known color: Pale Violet Red. HEX triplet: D6, 7B and A6. RGB value is (214,123,166). Sum of RGB (Red+Green+Blue) = 214+123+166=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BA6 is #298459. Grayscale: #9B9B9B. Windows color (decimal): -2720858 or 10910678. OLE color: 10910678.
HSL color Cylindrical-coordinate representation of color #D67BA6: hue angle of 331.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 #D67BA6 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 166 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.16 |
| HSL | 331.65º | 0.53% | 0.66% | - |
| HSV(B) | 331.65º | 0.43% | 0.84% | - |
| XYZ | 41.7 | 31.22 | 39.9 | - |
| YUV | 155.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 166 | 0 | 0.43 | 0.22 | 0.16 | 331.65 | 0.53 | 0.66 |
| Hex | D6 | 7B | A6 | 0 | 2B | 16 | 10 | 14C | 35 | 42 |
| Octal | 326 | 173 | 246 | 0 | 53 | 26 | 20 | 514 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10100110 | 0 | 101011 | 10110 | 10000 | 101001100 | 110101 | 1000010 |
Color Harmonies of #D67BA6
Complementary color
Monochromatic Colors of #D67BA6
Black with #D67BA6
Text Example
Text Example
White with #D67BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BA6; }
p { color: rgb(214,123,166); }
H1.HeaderClassName
{
color: #D67BA6;
}
.AnyTagClassName
{
color: #D67BA6;
}
</style>
background-color css
<style>
a { background-color: #D67BA6; }
a { background-color: rgb(214,123,166); }
div.DivClassName
{
background-color: #D67BA6;
}
.BgClassName
{
background-color: #D67BA6;
}
</style>
border-color css
<style>
span { border-color: #D67BA6; }
span { border-color: rgb(214,123,166); }
td.TdClassName
{
border-color: #D67BA6;
}
.TagClassName
{
border-color: #D67BA6;
}
</style>