Shades of Plum #D698D1
Tints of Plum #D698D1
RGB
CMYK
RGB Variations
Color information
#D698D1 (or 0xD698D1) is known color: Plum. HEX triplet: D6, 98 and D1. RGB value is (214,152,209). Sum of RGB (Red+Green+Blue) = 214+152+209=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D698D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698D1 is #29672E. Grayscale: #B0B0B0. Windows color (decimal): -2713391 or 13736150. OLE color: 13736150.
HSL color Cylindrical-coordinate representation of color #D698D1: hue angle of 304.84º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698D1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 209 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.16 |
| HSL | 304.84º | 0.43% | 0.72% | - |
| HSV(B) | 304.84º | 0.29% | 0.84% | - |
| XYZ | 50.47 | 41.36 | 65.64 | - |
| YUV | 177.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 209 | 0 | 0.29 | 0.02 | 0.16 | 304.84 | 0.43 | 0.72 |
| Hex | D6 | 98 | D1 | 0 | 1D | 2 | 10 | 131 | 2B | 48 |
| Octal | 326 | 230 | 321 | 0 | 35 | 2 | 20 | 461 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11010001 | 0 | 11101 | 10 | 10000 | 100110001 | 101011 | 1001000 |
Color Harmonies of #D698D1
Complementary color
Monochromatic Colors of #D698D1
Black with #D698D1
Text Example
Text Example
White with #D698D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698D1; }
p { color: rgb(214,152,209); }
H1.HeaderClassName
{
color: #D698D1;
}
.AnyTagClassName
{
color: #D698D1;
}
</style>
background-color css
<style>
a { background-color: #D698D1; }
a { background-color: rgb(214,152,209); }
div.DivClassName
{
background-color: #D698D1;
}
.BgClassName
{
background-color: #D698D1;
}
</style>
border-color css
<style>
span { border-color: #D698D1; }
span { border-color: rgb(214,152,209); }
td.TdClassName
{
border-color: #D698D1;
}
.TagClassName
{
border-color: #D698D1;
}
</style>