Shades of Pale Violet Red #D67D9E
Tints of Pale Violet Red #D67D9E
RGB
CMYK
RGB Variations
Color information
#D67D9E (or 0xD67D9E) is known color: Pale Violet Red. HEX triplet: D6, 7D and 9E. RGB value is (214,125,158). Sum of RGB (Red+Green+Blue) = 214+125+158=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D9E is #298261. Grayscale: #9B9B9B. Windows color (decimal): -2720354 or 10386902. OLE color: 10386902.
HSL color Cylindrical-coordinate representation of color #D67D9E: hue angle of 337.75º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67D9E is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 158 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.16 |
| HSL | 337.75º | 0.52% | 0.66% | - |
| HSV(B) | 337.75º | 0.42% | 0.84% | - |
| XYZ | 41.24 | 31.43 | 36.24 | - |
| YUV | 155.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 158 | 0 | 0.42 | 0.26 | 0.16 | 337.75 | 0.52 | 0.66 |
| Hex | D6 | 7D | 9E | 0 | 2A | 1A | 10 | 152 | 34 | 42 |
| Octal | 326 | 175 | 236 | 0 | 52 | 32 | 20 | 522 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10011110 | 0 | 101010 | 11010 | 10000 | 101010010 | 110100 | 1000010 |
Color Harmonies of #D67D9E
Complementary color
Monochromatic Colors of #D67D9E
Black with #D67D9E
Text Example
Text Example
White with #D67D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D9E; }
p { color: rgb(214,125,158); }
H1.HeaderClassName
{
color: #D67D9E;
}
.AnyTagClassName
{
color: #D67D9E;
}
</style>
background-color css
<style>
a { background-color: #D67D9E; }
a { background-color: rgb(214,125,158); }
div.DivClassName
{
background-color: #D67D9E;
}
.BgClassName
{
background-color: #D67D9E;
}
</style>
border-color css
<style>
span { border-color: #D67D9E; }
span { border-color: rgb(214,125,158); }
td.TdClassName
{
border-color: #D67D9E;
}
.TagClassName
{
border-color: #D67D9E;
}
</style>