Shades of Pale Violet Red #D7728E
Tints of Pale Violet Red #D7728E
RGB
CMYK
RGB Variations
Color information
#D7728E (or 0xD7728E) is known color: Pale Violet Red. HEX triplet: D7, 72 and 8E. RGB value is (215,114,142). Sum of RGB (Red+Green+Blue) = 215+114+142=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7728E is #288D71. Grayscale: #939393. Windows color (decimal): -2657650 or 9335511. OLE color: 9335511.
HSL color Cylindrical-coordinate representation of color #D7728E: hue angle of 343.37º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7728E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 142 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.16 |
| HSL | 343.37º | 0.56% | 0.65% | - |
| HSV(B) | 343.37º | 0.47% | 0.84% | - |
| XYZ | 38.92 | 28.43 | 29.03 | - |
| YUV | 147.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 142 | 0 | 0.47 | 0.34 | 0.16 | 343.37 | 0.56 | 0.65 |
| Hex | D7 | 72 | 8E | 0 | 2F | 22 | 10 | 157 | 38 | 41 |
| Octal | 327 | 162 | 216 | 0 | 57 | 42 | 20 | 527 | 70 | 101 |
| Binary | 11010111 | 1110010 | 10001110 | 0 | 101111 | 100010 | 10000 | 101010111 | 111000 | 1000001 |
Color Harmonies of #D7728E
Complementary color
Monochromatic Colors of #D7728E
Black with #D7728E
Text Example
Text Example
White with #D7728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7728E; }
p { color: rgb(215,114,142); }
H1.HeaderClassName
{
color: #D7728E;
}
.AnyTagClassName
{
color: #D7728E;
}
</style>
background-color css
<style>
a { background-color: #D7728E; }
a { background-color: rgb(215,114,142); }
div.DivClassName
{
background-color: #D7728E;
}
.BgClassName
{
background-color: #D7728E;
}
</style>
border-color css
<style>
span { border-color: #D7728E; }
span { border-color: rgb(215,114,142); }
td.TdClassName
{
border-color: #D7728E;
}
.TagClassName
{
border-color: #D7728E;
}
</style>