Shades of Pale Violet Red #D67A9E
Tints of Pale Violet Red #D67A9E
RGB
CMYK
RGB Variations
Color information
#D67A9E (or 0xD67A9E) is known color: Pale Violet Red. HEX triplet: D6, 7A and 9E. RGB value is (214,122,158). Sum of RGB (Red+Green+Blue) = 214+122+158=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A9E is #298561. Grayscale: #999999. Windows color (decimal): -2721122 or 10386134. OLE color: 10386134.
HSL color Cylindrical-coordinate representation of color #D67A9E: hue angle of 336.52º 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 #D67A9E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 158 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.16 |
| HSL | 336.52º | 0.53% | 0.66% | - |
| HSV(B) | 336.52º | 0.43% | 0.84% | - |
| XYZ | 40.86 | 30.68 | 36.12 | - |
| YUV | 153.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 158 | 0 | 0.43 | 0.26 | 0.16 | 336.52 | 0.53 | 0.66 |
| Hex | D6 | 7A | 9E | 0 | 2B | 1A | 10 | 151 | 35 | 42 |
| Octal | 326 | 172 | 236 | 0 | 53 | 32 | 20 | 521 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10011110 | 0 | 101011 | 11010 | 10000 | 101010001 | 110101 | 1000010 |
Color Harmonies of #D67A9E
Complementary color
Monochromatic Colors of #D67A9E
Black with #D67A9E
Text Example
Text Example
White with #D67A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A9E; }
p { color: rgb(214,122,158); }
H1.HeaderClassName
{
color: #D67A9E;
}
.AnyTagClassName
{
color: #D67A9E;
}
</style>
background-color css
<style>
a { background-color: #D67A9E; }
a { background-color: rgb(214,122,158); }
div.DivClassName
{
background-color: #D67A9E;
}
.BgClassName
{
background-color: #D67A9E;
}
</style>
border-color css
<style>
span { border-color: #D67A9E; }
span { border-color: rgb(214,122,158); }
td.TdClassName
{
border-color: #D67A9E;
}
.TagClassName
{
border-color: #D67A9E;
}
</style>