Shades of Plum #D693DD
Tints of Plum #D693DD
RGB
CMYK
RGB Variations
Color information
#D693DD (or 0xD693DD) is known color: Plum. HEX triplet: D6, 93 and DD. RGB value is (214,147,221). Sum of RGB (Red+Green+Blue) = 214+147+221=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D693DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693DD is #296C22. Grayscale: #AFAFAF. Windows color (decimal): -2714659 or 14521302. OLE color: 14521302.
HSL color Cylindrical-coordinate representation of color #D693DD: hue angle of 294.32º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D693DD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 147 | 221 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.13 |
| HSL | 294.32º | 0.52% | 0.72% | - |
| HSV(B) | 294.32º | 0.33% | 0.87% | - |
| XYZ | 51.22 | 40.38 | 73.5 | - |
| YUV | 175.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 221 | 0.03 | 0.33 | 0 | 0.13 | 294.32 | 0.52 | 0.72 |
| Hex | D6 | 93 | DD | 3 | 21 | 0 | D | 126 | 34 | 48 |
| Octal | 326 | 223 | 335 | 3 | 41 | 0 | 15 | 446 | 64 | 110 |
| Binary | 11010110 | 10010011 | 11011101 | 11 | 100001 | 0 | 1101 | 100100110 | 110100 | 1001000 |
Color Harmonies of #D693DD
Complementary color
Monochromatic Colors of #D693DD
Black with #D693DD
Text Example
Text Example
White with #D693DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D693DD; }
p { color: rgb(214,147,221); }
H1.HeaderClassName
{
color: #D693DD;
}
.AnyTagClassName
{
color: #D693DD;
}
</style>
background-color css
<style>
a { background-color: #D693DD; }
a { background-color: rgb(214,147,221); }
div.DivClassName
{
background-color: #D693DD;
}
.BgClassName
{
background-color: #D693DD;
}
</style>
border-color css
<style>
span { border-color: #D693DD; }
span { border-color: rgb(214,147,221); }
td.TdClassName
{
border-color: #D693DD;
}
.TagClassName
{
border-color: #D693DD;
}
</style>