Shades of Pale Violet Red #D86692
Tints of Pale Violet Red #D86692
RGB
CMYK
RGB Variations
Color information
#D86692 (or 0xD86692) is known color: Pale Violet Red. HEX triplet: D8, 66 and 92. RGB value is (216,102,146). Sum of RGB (Red+Green+Blue) = 216+102+146=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D86692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86692 is #27996D. Grayscale: #8D8D8D. Windows color (decimal): -2595182 or 9594584. OLE color: 9594584.
HSL color Cylindrical-coordinate representation of color #D86692: hue angle of 336.84º 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 #D86692 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 146 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.15 |
| HSL | 336.84º | 0.59% | 0.62% | - |
| HSV(B) | 336.84º | 0.53% | 0.85% | - |
| XYZ | 38.26 | 26.18 | 30.23 | - |
| YUV | 141.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 146 | 0 | 0.53 | 0.32 | 0.15 | 336.84 | 0.59 | 0.62 |
| Hex | D8 | 66 | 92 | 0 | 35 | 20 | F | 151 | 3B | 3E |
| Octal | 330 | 146 | 222 | 0 | 65 | 40 | 17 | 521 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10010010 | 0 | 110101 | 100000 | 1111 | 101010001 | 111011 | 111110 |
Color Harmonies of #D86692
Complementary color
Monochromatic Colors of #D86692
Black with #D86692
Text Example
Text Example
White with #D86692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86692; }
p { color: rgb(216,102,146); }
H1.HeaderClassName
{
color: #D86692;
}
.AnyTagClassName
{
color: #D86692;
}
</style>
background-color css
<style>
a { background-color: #D86692; }
a { background-color: rgb(216,102,146); }
div.DivClassName
{
background-color: #D86692;
}
.BgClassName
{
background-color: #D86692;
}
</style>
border-color css
<style>
span { border-color: #D86692; }
span { border-color: rgb(216,102,146); }
td.TdClassName
{
border-color: #D86692;
}
.TagClassName
{
border-color: #D86692;
}
</style>