Shades of Plum #D698D4
Tints of Plum #D698D4
RGB
CMYK
RGB Variations
Color information
#D698D4 (or 0xD698D4) is known color: Plum. HEX triplet: D6, 98 and D4. RGB value is (214,152,212). Sum of RGB (Red+Green+Blue) = 214+152+212=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D698D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698D4 is #29672B. Grayscale: #B1B1B1. Windows color (decimal): -2713388 or 13932758. OLE color: 13932758.
HSL color Cylindrical-coordinate representation of color #D698D4: hue angle of 301.94º 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 #D698D4 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 212 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.16 |
| HSL | 301.94º | 0.43% | 0.72% | - |
| HSV(B) | 301.94º | 0.29% | 0.84% | - |
| XYZ | 50.84 | 41.51 | 67.62 | - |
| YUV | 177.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 212 | 0 | 0.29 | 0.01 | 0.16 | 301.94 | 0.43 | 0.72 |
| Hex | D6 | 98 | D4 | 0 | 1D | 1 | 10 | 12E | 2B | 48 |
| Octal | 326 | 230 | 324 | 0 | 35 | 1 | 20 | 456 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11010100 | 0 | 11101 | 1 | 10000 | 100101110 | 101011 | 1001000 |
Color Harmonies of #D698D4
Complementary color
Monochromatic Colors of #D698D4
Black with #D698D4
Text Example
Text Example
White with #D698D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698D4; }
p { color: rgb(214,152,212); }
H1.HeaderClassName
{
color: #D698D4;
}
.AnyTagClassName
{
color: #D698D4;
}
</style>
background-color css
<style>
a { background-color: #D698D4; }
a { background-color: rgb(214,152,212); }
div.DivClassName
{
background-color: #D698D4;
}
.BgClassName
{
background-color: #D698D4;
}
</style>
border-color css
<style>
span { border-color: #D698D4; }
span { border-color: rgb(214,152,212); }
td.TdClassName
{
border-color: #D698D4;
}
.TagClassName
{
border-color: #D698D4;
}
</style>