Shades of Pale Violet Red #D67A9F
Tints of Pale Violet Red #D67A9F
RGB
CMYK
RGB Variations
Color information
#D67A9F (or 0xD67A9F) is known color: Pale Violet Red. HEX triplet: D6, 7A and 9F. RGB value is (214,122,159). Sum of RGB (Red+Green+Blue) = 214+122+159=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A9F is #298560. Grayscale: #999999. Windows color (decimal): -2721121 or 10451670. OLE color: 10451670.
HSL color Cylindrical-coordinate representation of color #D67A9F: hue angle of 335.87º 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 #D67A9F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 159 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.16 |
| HSL | 335.87º | 0.53% | 0.66% | - |
| HSV(B) | 335.87º | 0.43% | 0.84% | - |
| XYZ | 40.95 | 30.72 | 36.57 | - |
| YUV | 153.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 159 | 0 | 0.43 | 0.26 | 0.16 | 335.87 | 0.53 | 0.66 |
| Hex | D6 | 7A | 9F | 0 | 2B | 1A | 10 | 150 | 35 | 42 |
| Octal | 326 | 172 | 237 | 0 | 53 | 32 | 20 | 520 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10011111 | 0 | 101011 | 11010 | 10000 | 101010000 | 110101 | 1000010 |
Color Harmonies of #D67A9F
Complementary color
Monochromatic Colors of #D67A9F
Black with #D67A9F
Text Example
Text Example
White with #D67A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A9F; }
p { color: rgb(214,122,159); }
H1.HeaderClassName
{
color: #D67A9F;
}
.AnyTagClassName
{
color: #D67A9F;
}
</style>
background-color css
<style>
a { background-color: #D67A9F; }
a { background-color: rgb(214,122,159); }
div.DivClassName
{
background-color: #D67A9F;
}
.BgClassName
{
background-color: #D67A9F;
}
</style>
border-color css
<style>
span { border-color: #D67A9F; }
span { border-color: rgb(214,122,159); }
td.TdClassName
{
border-color: #D67A9F;
}
.TagClassName
{
border-color: #D67A9F;
}
</style>