Shades of Plum #D693D1
Tints of Plum #D693D1
RGB
CMYK
RGB Variations
Color information
#D693D1 (or 0xD693D1) is known color: Plum. HEX triplet: D6, 93 and D1. RGB value is (214,147,209). Sum of RGB (Red+Green+Blue) = 214+147+209=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D693D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693D1 is #296C2E. Grayscale: #ADADAD. Windows color (decimal): -2714671 or 13734870. OLE color: 13734870.
HSL color Cylindrical-coordinate representation of color #D693D1: hue angle of 304.48º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693D1 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 209 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.16 |
| HSL | 304.48º | 0.45% | 0.71% | - |
| HSV(B) | 304.48º | 0.31% | 0.84% | - |
| XYZ | 49.67 | 39.77 | 65.38 | - |
| YUV | 174.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 209 | 0 | 0.31 | 0.02 | 0.16 | 304.48 | 0.45 | 0.71 |
| Hex | D6 | 93 | D1 | 0 | 1F | 2 | 10 | 130 | 2D | 47 |
| Octal | 326 | 223 | 321 | 0 | 37 | 2 | 20 | 460 | 55 | 107 |
| Binary | 11010110 | 10010011 | 11010001 | 0 | 11111 | 10 | 10000 | 100110000 | 101101 | 1000111 |
Color Harmonies of #D693D1
Complementary color
Monochromatic Colors of #D693D1
Black with #D693D1
Text Example
Text Example
White with #D693D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D693D1; }
p { color: rgb(214,147,209); }
H1.HeaderClassName
{
color: #D693D1;
}
.AnyTagClassName
{
color: #D693D1;
}
</style>
background-color css
<style>
a { background-color: #D693D1; }
a { background-color: rgb(214,147,209); }
div.DivClassName
{
background-color: #D693D1;
}
.BgClassName
{
background-color: #D693D1;
}
</style>
border-color css
<style>
span { border-color: #D693D1; }
span { border-color: rgb(214,147,209); }
td.TdClassName
{
border-color: #D693D1;
}
.TagClassName
{
border-color: #D693D1;
}
</style>