Shades of Plum #D693D2
Tints of Plum #D693D2
RGB
CMYK
RGB Variations
Color information
#D693D2 (or 0xD693D2) is known color: Plum. HEX triplet: D6, 93 and D2. RGB value is (214,147,210). Sum of RGB (Red+Green+Blue) = 214+147+210=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D693D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693D2 is #296C2D. Grayscale: #AEAEAE. Windows color (decimal): -2714670 or 13800406. OLE color: 13800406.
HSL color Cylindrical-coordinate representation of color #D693D2: hue angle of 303.58º 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 #D693D2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 210 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.16 |
| HSL | 303.58º | 0.45% | 0.71% | - |
| HSV(B) | 303.58º | 0.31% | 0.84% | - |
| XYZ | 49.8 | 39.82 | 66.03 | - |
| YUV | 174.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 210 | 0 | 0.31 | 0.02 | 0.16 | 303.58 | 0.45 | 0.71 |
| Hex | D6 | 93 | D2 | 0 | 1F | 2 | 10 | 130 | 2D | 47 |
| Octal | 326 | 223 | 322 | 0 | 37 | 2 | 20 | 460 | 55 | 107 |
| Binary | 11010110 | 10010011 | 11010010 | 0 | 11111 | 10 | 10000 | 100110000 | 101101 | 1000111 |
Color Harmonies of #D693D2
Complementary color
Monochromatic Colors of #D693D2
Black with #D693D2
Text Example
Text Example
White with #D693D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D693D2; }
p { color: rgb(214,147,210); }
H1.HeaderClassName
{
color: #D693D2;
}
.AnyTagClassName
{
color: #D693D2;
}
</style>
background-color css
<style>
a { background-color: #D693D2; }
a { background-color: rgb(214,147,210); }
div.DivClassName
{
background-color: #D693D2;
}
.BgClassName
{
background-color: #D693D2;
}
</style>
border-color css
<style>
span { border-color: #D693D2; }
span { border-color: rgb(214,147,210); }
td.TdClassName
{
border-color: #D693D2;
}
.TagClassName
{
border-color: #D693D2;
}
</style>