Shades of Pale Violet Red #D67BA0
Tints of Pale Violet Red #D67BA0
RGB
CMYK
RGB Variations
Color information
#D67BA0 (or 0xD67BA0) is known color: Pale Violet Red. HEX triplet: D6, 7B and A0. RGB value is (214,123,160). Sum of RGB (Red+Green+Blue) = 214+123+160=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BA0 is #29845F. Grayscale: #9A9A9A. Windows color (decimal): -2720864 or 10517462. OLE color: 10517462.
HSL color Cylindrical-coordinate representation of color #D67BA0: hue angle of 335.6º 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 #D67BA0 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 160 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.16 |
| HSL | 335.6º | 0.53% | 0.66% | - |
| HSV(B) | 335.6º | 0.43% | 0.84% | - |
| XYZ | 41.16 | 31 | 37.07 | - |
| YUV | 154.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 160 | 0 | 0.43 | 0.25 | 0.16 | 335.6 | 0.53 | 0.66 |
| Hex | D6 | 7B | A0 | 0 | 2B | 19 | 10 | 150 | 35 | 42 |
| Octal | 326 | 173 | 240 | 0 | 53 | 31 | 20 | 520 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10100000 | 0 | 101011 | 11001 | 10000 | 101010000 | 110101 | 1000010 |
Color Harmonies of #D67BA0
Complementary color
Monochromatic Colors of #D67BA0
Black with #D67BA0
Text Example
Text Example
White with #D67BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BA0; }
p { color: rgb(214,123,160); }
H1.HeaderClassName
{
color: #D67BA0;
}
.AnyTagClassName
{
color: #D67BA0;
}
</style>
background-color css
<style>
a { background-color: #D67BA0; }
a { background-color: rgb(214,123,160); }
div.DivClassName
{
background-color: #D67BA0;
}
.BgClassName
{
background-color: #D67BA0;
}
</style>
border-color css
<style>
span { border-color: #D67BA0; }
span { border-color: rgb(214,123,160); }
td.TdClassName
{
border-color: #D67BA0;
}
.TagClassName
{
border-color: #D67BA0;
}
</style>