Shades of Plum #D698E2
Tints of Plum #D698E2
RGB
CMYK
RGB Variations
Color information
#D698E2 (or 0xD698E2) is known color: Plum. HEX triplet: D6, 98 and E2. RGB value is (214,152,226). Sum of RGB (Red+Green+Blue) = 214+152+226=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #D698E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698E2 is #29671D. Grayscale: #B2B2B2. Windows color (decimal): -2713374 or 14850262. OLE color: 14850262.
HSL color Cylindrical-coordinate representation of color #D698E2: hue angle of 290.27º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D698E2 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 152 | 226 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.11 |
| HSL | 290.27º | 0.56% | 0.74% | - |
| HSV(B) | 290.27º | 0.33% | 0.89% | - |
| XYZ | 52.69 | 42.24 | 77.33 | - |
| YUV | 178.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 226 | 0.05 | 0.33 | 0 | 0.11 | 290.27 | 0.56 | 0.74 |
| Hex | D6 | 98 | E2 | 5 | 21 | 0 | B | 122 | 38 | 4A |
| Octal | 326 | 230 | 342 | 5 | 41 | 0 | 13 | 442 | 70 | 112 |
| Binary | 11010110 | 10011000 | 11100010 | 101 | 100001 | 0 | 1011 | 100100010 | 111000 | 1001010 |
Color Harmonies of #D698E2
Complementary color
Monochromatic Colors of #D698E2
Black with #D698E2
Text Example
Text Example
White with #D698E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698E2; }
p { color: rgb(214,152,226); }
H1.HeaderClassName
{
color: #D698E2;
}
.AnyTagClassName
{
color: #D698E2;
}
</style>
background-color css
<style>
a { background-color: #D698E2; }
a { background-color: rgb(214,152,226); }
div.DivClassName
{
background-color: #D698E2;
}
.BgClassName
{
background-color: #D698E2;
}
</style>
border-color css
<style>
span { border-color: #D698E2; }
span { border-color: rgb(214,152,226); }
td.TdClassName
{
border-color: #D698E2;
}
.TagClassName
{
border-color: #D698E2;
}
</style>