Shades of Pale Violet Red #D8688B
Tints of Pale Violet Red #D8688B
RGB
CMYK
RGB Variations
Color information
#D8688B (or 0xD8688B) is known color: Pale Violet Red. HEX triplet: D8, 68 and 8B. RGB value is (216,104,139). Sum of RGB (Red+Green+Blue) = 216+104+139=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8688B is #279774. Grayscale: #8D8D8D. Windows color (decimal): -2594677 or 9136344. OLE color: 9136344.
HSL color Cylindrical-coordinate representation of color #D8688B: hue angle of 341.25º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8688B is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 139 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.15 |
| HSL | 341.25º | 0.59% | 0.63% | - |
| HSV(B) | 341.25º | 0.52% | 0.85% | - |
| XYZ | 37.93 | 26.36 | 27.52 | - |
| YUV | 141.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 139 | 0 | 0.52 | 0.36 | 0.15 | 341.25 | 0.59 | 0.63 |
| Hex | D8 | 68 | 8B | 0 | 34 | 24 | F | 155 | 3B | 3F |
| Octal | 330 | 150 | 213 | 0 | 64 | 44 | 17 | 525 | 73 | 77 |
| Binary | 11011000 | 1101000 | 10001011 | 0 | 110100 | 100100 | 1111 | 101010101 | 111011 | 111111 |
Color Harmonies of #D8688B
Complementary color
Monochromatic Colors of #D8688B
Black with #D8688B
Text Example
Text Example
White with #D8688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8688B; }
p { color: rgb(216,104,139); }
H1.HeaderClassName
{
color: #D8688B;
}
.AnyTagClassName
{
color: #D8688B;
}
</style>
background-color css
<style>
a { background-color: #D8688B; }
a { background-color: rgb(216,104,139); }
div.DivClassName
{
background-color: #D8688B;
}
.BgClassName
{
background-color: #D8688B;
}
</style>
border-color css
<style>
span { border-color: #D8688B; }
span { border-color: rgb(216,104,139); }
td.TdClassName
{
border-color: #D8688B;
}
.TagClassName
{
border-color: #D8688B;
}
</style>