Shades of Plum #D688DD
Tints of Plum #D688DD
RGB
CMYK
RGB Variations
Color information
#D688DD (or 0xD688DD) is known color: Plum. HEX triplet: D6, 88 and DD. RGB value is (214,136,221). Sum of RGB (Red+Green+Blue) = 214+136+221=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D688DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688DD is #297722. Grayscale: #A8A8A8. Windows color (decimal): -2717475 or 14518486. OLE color: 14518486.
HSL color Cylindrical-coordinate representation of color #D688DD: hue angle of 295.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D688DD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 136 | 221 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.13 |
| HSL | 295.06º | 0.56% | 0.7% | - |
| HSV(B) | 295.06º | 0.38% | 0.87% | - |
| XYZ | 49.59 | 37.12 | 72.96 | - |
| YUV | 169.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 221 | 0.03 | 0.38 | 0 | 0.13 | 295.06 | 0.56 | 0.7 |
| Hex | D6 | 88 | DD | 3 | 26 | 0 | D | 127 | 38 | 46 |
| Octal | 326 | 210 | 335 | 3 | 46 | 0 | 15 | 447 | 70 | 106 |
| Binary | 11010110 | 10001000 | 11011101 | 11 | 100110 | 0 | 1101 | 100100111 | 111000 | 1000110 |
Color Harmonies of #D688DD
Complementary color
Monochromatic Colors of #D688DD
Black with #D688DD
Text Example
Text Example
White with #D688DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688DD; }
p { color: rgb(214,136,221); }
H1.HeaderClassName
{
color: #D688DD;
}
.AnyTagClassName
{
color: #D688DD;
}
</style>
background-color css
<style>
a { background-color: #D688DD; }
a { background-color: rgb(214,136,221); }
div.DivClassName
{
background-color: #D688DD;
}
.BgClassName
{
background-color: #D688DD;
}
</style>
border-color css
<style>
span { border-color: #D688DD; }
span { border-color: rgb(214,136,221); }
td.TdClassName
{
border-color: #D688DD;
}
.TagClassName
{
border-color: #D688DD;
}
</style>