Shades of Pale Violet Red #D6688E
Tints of Pale Violet Red #D6688E
RGB
CMYK
RGB Variations
Color information
#D6688E (or 0xD6688E) is known color: Pale Violet Red. HEX triplet: D6, 68 and 8E. RGB value is (214,104,142). Sum of RGB (Red+Green+Blue) = 214+104+142=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6688E is #299771. Grayscale: #8D8D8D. Windows color (decimal): -2725746 or 9332950. OLE color: 9332950.
HSL color Cylindrical-coordinate representation of color #D6688E: hue angle of 339.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6688E is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 142 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.16 |
| HSL | 339.27º | 0.57% | 0.62% | - |
| HSV(B) | 339.27º | 0.51% | 0.84% | - |
| XYZ | 37.56 | 26.15 | 28.66 | - |
| YUV | 141.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 142 | 0 | 0.51 | 0.34 | 0.16 | 339.27 | 0.57 | 0.62 |
| Hex | D6 | 68 | 8E | 0 | 33 | 22 | 10 | 153 | 39 | 3E |
| Octal | 326 | 150 | 216 | 0 | 63 | 42 | 20 | 523 | 71 | 76 |
| Binary | 11010110 | 1101000 | 10001110 | 0 | 110011 | 100010 | 10000 | 101010011 | 111001 | 111110 |
Color Harmonies of #D6688E
Complementary color
Monochromatic Colors of #D6688E
Black with #D6688E
Text Example
Text Example
White with #D6688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6688E; }
p { color: rgb(214,104,142); }
H1.HeaderClassName
{
color: #D6688E;
}
.AnyTagClassName
{
color: #D6688E;
}
</style>
background-color css
<style>
a { background-color: #D6688E; }
a { background-color: rgb(214,104,142); }
div.DivClassName
{
background-color: #D6688E;
}
.BgClassName
{
background-color: #D6688E;
}
</style>
border-color css
<style>
span { border-color: #D6688E; }
span { border-color: rgb(214,104,142); }
td.TdClassName
{
border-color: #D6688E;
}
.TagClassName
{
border-color: #D6688E;
}
</style>