Shades of Pale Violet Red #D67BA3
Tints of Pale Violet Red #D67BA3
RGB
CMYK
RGB Variations
Color information
#D67BA3 (or 0xD67BA3) is known color: Pale Violet Red. HEX triplet: D6, 7B and A3. RGB value is (214,123,163). Sum of RGB (Red+Green+Blue) = 214+123+163=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BA3 is #29845C. Grayscale: #9A9A9A. Windows color (decimal): -2720861 or 10714070. OLE color: 10714070.
HSL color Cylindrical-coordinate representation of color #D67BA3: hue angle of 333.63º 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 #D67BA3 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 163 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.16 |
| HSL | 333.63º | 0.53% | 0.66% | - |
| HSV(B) | 333.63º | 0.43% | 0.84% | - |
| XYZ | 41.43 | 31.11 | 38.47 | - |
| YUV | 154.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 163 | 0 | 0.43 | 0.24 | 0.16 | 333.63 | 0.53 | 0.66 |
| Hex | D6 | 7B | A3 | 0 | 2B | 18 | 10 | 14E | 35 | 42 |
| Octal | 326 | 173 | 243 | 0 | 53 | 30 | 20 | 516 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10100011 | 0 | 101011 | 11000 | 10000 | 101001110 | 110101 | 1000010 |
Color Harmonies of #D67BA3
Complementary color
Monochromatic Colors of #D67BA3
Black with #D67BA3
Text Example
Text Example
White with #D67BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BA3; }
p { color: rgb(214,123,163); }
H1.HeaderClassName
{
color: #D67BA3;
}
.AnyTagClassName
{
color: #D67BA3;
}
</style>
background-color css
<style>
a { background-color: #D67BA3; }
a { background-color: rgb(214,123,163); }
div.DivClassName
{
background-color: #D67BA3;
}
.BgClassName
{
background-color: #D67BA3;
}
</style>
border-color css
<style>
span { border-color: #D67BA3; }
span { border-color: rgb(214,123,163); }
td.TdClassName
{
border-color: #D67BA3;
}
.TagClassName
{
border-color: #D67BA3;
}
</style>