Shades of Pale Violet Red #D96693
Tints of Pale Violet Red #D96693
RGB
CMYK
RGB Variations
Color information
#D96693 (or 0xD96693) is known color: Pale Violet Red. HEX triplet: D9, 66 and 93. RGB value is (217,102,147). Sum of RGB (Red+Green+Blue) = 217+102+147=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D96693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96693 is #26996C. Grayscale: #8D8D8D. Windows color (decimal): -2529645 or 9660121. OLE color: 9660121.
HSL color Cylindrical-coordinate representation of color #D96693: hue angle of 336.52º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96693 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 147 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.15 |
| HSL | 336.52º | 0.6% | 0.63% | - |
| HSV(B) | 336.52º | 0.53% | 0.85% | - |
| XYZ | 38.63 | 26.36 | 30.66 | - |
| YUV | 141.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 147 | 0 | 0.53 | 0.32 | 0.15 | 336.52 | 0.6 | 0.63 |
| Hex | D9 | 66 | 93 | 0 | 35 | 20 | F | 151 | 3C | 3F |
| Octal | 331 | 146 | 223 | 0 | 65 | 40 | 17 | 521 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10010011 | 0 | 110101 | 100000 | 1111 | 101010001 | 111100 | 111111 |
Color Harmonies of #D96693
Complementary color
Monochromatic Colors of #D96693
Black with #D96693
Text Example
Text Example
White with #D96693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96693; }
p { color: rgb(217,102,147); }
H1.HeaderClassName
{
color: #D96693;
}
.AnyTagClassName
{
color: #D96693;
}
</style>
background-color css
<style>
a { background-color: #D96693; }
a { background-color: rgb(217,102,147); }
div.DivClassName
{
background-color: #D96693;
}
.BgClassName
{
background-color: #D96693;
}
</style>
border-color css
<style>
span { border-color: #D96693; }
span { border-color: rgb(217,102,147); }
td.TdClassName
{
border-color: #D96693;
}
.TagClassName
{
border-color: #D96693;
}
</style>