Shades of Pale Violet Red #D7728F
Tints of Pale Violet Red #D7728F
RGB
CMYK
RGB Variations
Color information
#D7728F (or 0xD7728F) is known color: Pale Violet Red. HEX triplet: D7, 72 and 8F. RGB value is (215,114,143). Sum of RGB (Red+Green+Blue) = 215+114+143=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7728F is #288D70. Grayscale: #939393. Windows color (decimal): -2657649 or 9401047. OLE color: 9401047.
HSL color Cylindrical-coordinate representation of color #D7728F: hue angle of 342.77º 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 #D7728F is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 143 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.16 |
| HSL | 342.77º | 0.56% | 0.65% | - |
| HSV(B) | 342.77º | 0.47% | 0.84% | - |
| XYZ | 39 | 28.46 | 29.43 | - |
| YUV | 147.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 143 | 0 | 0.47 | 0.33 | 0.16 | 342.77 | 0.56 | 0.65 |
| Hex | D7 | 72 | 8F | 0 | 2F | 21 | 10 | 157 | 38 | 41 |
| Octal | 327 | 162 | 217 | 0 | 57 | 41 | 20 | 527 | 70 | 101 |
| Binary | 11010111 | 1110010 | 10001111 | 0 | 101111 | 100001 | 10000 | 101010111 | 111000 | 1000001 |
Color Harmonies of #D7728F
Complementary color
Monochromatic Colors of #D7728F
Black with #D7728F
Text Example
Text Example
White with #D7728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7728F; }
p { color: rgb(215,114,143); }
H1.HeaderClassName
{
color: #D7728F;
}
.AnyTagClassName
{
color: #D7728F;
}
</style>
background-color css
<style>
a { background-color: #D7728F; }
a { background-color: rgb(215,114,143); }
div.DivClassName
{
background-color: #D7728F;
}
.BgClassName
{
background-color: #D7728F;
}
</style>
border-color css
<style>
span { border-color: #D7728F; }
span { border-color: rgb(215,114,143); }
td.TdClassName
{
border-color: #D7728F;
}
.TagClassName
{
border-color: #D7728F;
}
</style>