Shades of Pale Violet Red #D9728D
Tints of Pale Violet Red #D9728D
RGB
CMYK
RGB Variations
Color information
#D9728D (or 0xD9728D) is known color: Pale Violet Red. HEX triplet: D9, 72 and 8D. RGB value is (217,114,141). Sum of RGB (Red+Green+Blue) = 217+114+141=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9728D is #268D72. Grayscale: #939393. Windows color (decimal): -2526579 or 9269977. OLE color: 9269977.
HSL color Cylindrical-coordinate representation of color #D9728D: hue angle of 344.27º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9728D is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 141 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.15 |
| HSL | 344.27º | 0.58% | 0.65% | - |
| HSV(B) | 344.27º | 0.47% | 0.85% | - |
| XYZ | 39.44 | 28.71 | 28.66 | - |
| YUV | 147.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 141 | 0 | 0.47 | 0.35 | 0.15 | 344.27 | 0.58 | 0.65 |
| Hex | D9 | 72 | 8D | 0 | 2F | 23 | F | 158 | 3A | 41 |
| Octal | 331 | 162 | 215 | 0 | 57 | 43 | 17 | 530 | 72 | 101 |
| Binary | 11011001 | 1110010 | 10001101 | 0 | 101111 | 100011 | 1111 | 101011000 | 111010 | 1000001 |
Color Harmonies of #D9728D
Complementary color
Monochromatic Colors of #D9728D
Black with #D9728D
Text Example
Text Example
White with #D9728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9728D; }
p { color: rgb(217,114,141); }
H1.HeaderClassName
{
color: #D9728D;
}
.AnyTagClassName
{
color: #D9728D;
}
</style>
background-color css
<style>
a { background-color: #D9728D; }
a { background-color: rgb(217,114,141); }
div.DivClassName
{
background-color: #D9728D;
}
.BgClassName
{
background-color: #D9728D;
}
</style>
border-color css
<style>
span { border-color: #D9728D; }
span { border-color: rgb(217,114,141); }
td.TdClassName
{
border-color: #D9728D;
}
.TagClassName
{
border-color: #D9728D;
}
</style>