Shades of Plum #D698DA
Tints of Plum #D698DA
RGB
CMYK
RGB Variations
Color information
#D698DA (or 0xD698DA) is known color: Plum. HEX triplet: D6, 98 and DA. RGB value is (214,152,218). Sum of RGB (Red+Green+Blue) = 214+152+218=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D698DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698DA is #296725. Grayscale: #B1B1B1. Windows color (decimal): -2713382 or 14325974. OLE color: 14325974.
HSL color Cylindrical-coordinate representation of color #D698DA: hue angle of 296.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D698DA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 152 | 218 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.15 |
| HSL | 296.36º | 0.47% | 0.73% | - |
| HSV(B) | 296.36º | 0.3% | 0.85% | - |
| XYZ | 51.61 | 41.81 | 71.68 | - |
| YUV | 178.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 218 | 0.02 | 0.30 | 0 | 0.15 | 296.36 | 0.47 | 0.73 |
| Hex | D6 | 98 | DA | 2 | 1E | 0 | F | 128 | 2F | 49 |
| Octal | 326 | 230 | 332 | 2 | 36 | 0 | 17 | 450 | 57 | 111 |
| Binary | 11010110 | 10011000 | 11011010 | 10 | 11110 | 0 | 1111 | 100101000 | 101111 | 1001001 |
Color Harmonies of #D698DA
Complementary color
Monochromatic Colors of #D698DA
Black with #D698DA
Text Example
Text Example
White with #D698DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698DA; }
p { color: rgb(214,152,218); }
H1.HeaderClassName
{
color: #D698DA;
}
.AnyTagClassName
{
color: #D698DA;
}
</style>
background-color css
<style>
a { background-color: #D698DA; }
a { background-color: rgb(214,152,218); }
div.DivClassName
{
background-color: #D698DA;
}
.BgClassName
{
background-color: #D698DA;
}
</style>
border-color css
<style>
span { border-color: #D698DA; }
span { border-color: rgb(214,152,218); }
td.TdClassName
{
border-color: #D698DA;
}
.TagClassName
{
border-color: #D698DA;
}
</style>