Shades of Pale Violet Red #D67299
Tints of Pale Violet Red #D67299
RGB
CMYK
RGB Variations
Color information
#D67299 (or 0xD67299) is known color: Pale Violet Red. HEX triplet: D6, 72 and 99. RGB value is (214,114,153). Sum of RGB (Red+Green+Blue) = 214+114+153=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67299 is #298D66. Grayscale: #949494. Windows color (decimal): -2723175 or 10056406. OLE color: 10056406.
HSL color Cylindrical-coordinate representation of color #D67299: hue angle of 336.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67299 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 153 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.16 |
| HSL | 336.6º | 0.55% | 0.64% | - |
| HSV(B) | 336.6º | 0.47% | 0.84% | - |
| XYZ | 39.5 | 28.63 | 33.58 | - |
| YUV | 148.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 153 | 0 | 0.47 | 0.29 | 0.16 | 336.6 | 0.55 | 0.64 |
| Hex | D6 | 72 | 99 | 0 | 2F | 1D | 10 | 151 | 37 | 40 |
| Octal | 326 | 162 | 231 | 0 | 57 | 35 | 20 | 521 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10011001 | 0 | 101111 | 11101 | 10000 | 101010001 | 110111 | 1000000 |
Color Harmonies of #D67299
Complementary color
Monochromatic Colors of #D67299
Black with #D67299
Text Example
Text Example
White with #D67299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67299; }
p { color: rgb(214,114,153); }
H1.HeaderClassName
{
color: #D67299;
}
.AnyTagClassName
{
color: #D67299;
}
</style>
background-color css
<style>
a { background-color: #D67299; }
a { background-color: rgb(214,114,153); }
div.DivClassName
{
background-color: #D67299;
}
.BgClassName
{
background-color: #D67299;
}
</style>
border-color css
<style>
span { border-color: #D67299; }
span { border-color: rgb(214,114,153); }
td.TdClassName
{
border-color: #D67299;
}
.TagClassName
{
border-color: #D67299;
}
</style>