Shades of Pale Violet Red #D86693
Tints of Pale Violet Red #D86693
RGB
CMYK
RGB Variations
Color information
#D86693 (or 0xD86693) is known color: Pale Violet Red. HEX triplet: D8, 66 and 93. RGB value is (216,102,147). Sum of RGB (Red+Green+Blue) = 216+102+147=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D86693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86693 is #27996C. Grayscale: #8D8D8D. Windows color (decimal): -2595181 or 9660120. OLE color: 9660120.
HSL color Cylindrical-coordinate representation of color #D86693: hue angle of 336.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86693 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 147 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.15 |
| HSL | 336.32º | 0.59% | 0.62% | - |
| HSV(B) | 336.32º | 0.53% | 0.85% | - |
| XYZ | 38.34 | 26.21 | 30.64 | - |
| YUV | 141.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 147 | 0 | 0.53 | 0.32 | 0.15 | 336.32 | 0.59 | 0.62 |
| Hex | D8 | 66 | 93 | 0 | 35 | 20 | F | 150 | 3B | 3E |
| Octal | 330 | 146 | 223 | 0 | 65 | 40 | 17 | 520 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10010011 | 0 | 110101 | 100000 | 1111 | 101010000 | 111011 | 111110 |
Color Harmonies of #D86693
Complementary color
Monochromatic Colors of #D86693
Black with #D86693
Text Example
Text Example
White with #D86693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86693; }
p { color: rgb(216,102,147); }
H1.HeaderClassName
{
color: #D86693;
}
.AnyTagClassName
{
color: #D86693;
}
</style>
background-color css
<style>
a { background-color: #D86693; }
a { background-color: rgb(216,102,147); }
div.DivClassName
{
background-color: #D86693;
}
.BgClassName
{
background-color: #D86693;
}
</style>
border-color css
<style>
span { border-color: #D86693; }
span { border-color: rgb(216,102,147); }
td.TdClassName
{
border-color: #D86693;
}
.TagClassName
{
border-color: #D86693;
}
</style>