Shades of Plum #D698E3
Tints of Plum #D698E3
RGB
CMYK
RGB Variations
Color information
#D698E3 (or 0xD698E3) is known color: Plum. HEX triplet: D6, 98 and E3. RGB value is (214,152,227). Sum of RGB (Red+Green+Blue) = 214+152+227=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #D698E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698E3 is #29671C. Grayscale: #B2B2B2. Windows color (decimal): -2713373 or 14915798. OLE color: 14915798.
HSL color Cylindrical-coordinate representation of color #D698E3: hue angle of 289.6º degrees, saturation: 0.57, 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 #D698E3 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 152 | 227 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.11 |
| HSL | 289.6º | 0.57% | 0.74% | - |
| HSV(B) | 289.6º | 0.33% | 0.89% | - |
| XYZ | 52.82 | 42.3 | 78.05 | - |
| YUV | 179.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 227 | 0.06 | 0.33 | 0 | 0.11 | 289.6 | 0.57 | 0.74 |
| Hex | D6 | 98 | E3 | 6 | 21 | 0 | B | 122 | 39 | 4A |
| Octal | 326 | 230 | 343 | 6 | 41 | 0 | 13 | 442 | 71 | 112 |
| Binary | 11010110 | 10011000 | 11100011 | 110 | 100001 | 0 | 1011 | 100100010 | 111001 | 1001010 |
Color Harmonies of #D698E3
Complementary color
Monochromatic Colors of #D698E3
Black with #D698E3
Text Example
Text Example
White with #D698E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698E3; }
p { color: rgb(214,152,227); }
H1.HeaderClassName
{
color: #D698E3;
}
.AnyTagClassName
{
color: #D698E3;
}
</style>
background-color css
<style>
a { background-color: #D698E3; }
a { background-color: rgb(214,152,227); }
div.DivClassName
{
background-color: #D698E3;
}
.BgClassName
{
background-color: #D698E3;
}
</style>
border-color css
<style>
span { border-color: #D698E3; }
span { border-color: rgb(214,152,227); }
td.TdClassName
{
border-color: #D698E3;
}
.TagClassName
{
border-color: #D698E3;
}
</style>