Shades of Pale Violet Red #D67999
Tints of Pale Violet Red #D67999
RGB
CMYK
RGB Variations
Color information
#D67999 (or 0xD67999) is known color: Pale Violet Red. HEX triplet: D6, 79 and 99. RGB value is (214,121,153). Sum of RGB (Red+Green+Blue) = 214+121+153=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D67999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67999 is #298666. Grayscale: #989898. Windows color (decimal): -2721383 or 10058198. OLE color: 10058198.
HSL color Cylindrical-coordinate representation of color #D67999: hue angle of 339.35º 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 #D67999 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 153 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.16 |
| HSL | 339.35º | 0.53% | 0.66% | - |
| HSV(B) | 339.35º | 0.43% | 0.84% | - |
| XYZ | 40.32 | 30.27 | 33.85 | - |
| YUV | 152.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 153 | 0 | 0.43 | 0.29 | 0.16 | 339.35 | 0.53 | 0.66 |
| Hex | D6 | 79 | 99 | 0 | 2B | 1D | 10 | 153 | 35 | 42 |
| Octal | 326 | 171 | 231 | 0 | 53 | 35 | 20 | 523 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10011001 | 0 | 101011 | 11101 | 10000 | 101010011 | 110101 | 1000010 |
Color Harmonies of #D67999
Complementary color
Monochromatic Colors of #D67999
Black with #D67999
Text Example
Text Example
White with #D67999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67999; }
p { color: rgb(214,121,153); }
H1.HeaderClassName
{
color: #D67999;
}
.AnyTagClassName
{
color: #D67999;
}
</style>
background-color css
<style>
a { background-color: #D67999; }
a { background-color: rgb(214,121,153); }
div.DivClassName
{
background-color: #D67999;
}
.BgClassName
{
background-color: #D67999;
}
</style>
border-color css
<style>
span { border-color: #D67999; }
span { border-color: rgb(214,121,153); }
td.TdClassName
{
border-color: #D67999;
}
.TagClassName
{
border-color: #D67999;
}
</style>