Shades of Plum #D898E8
Tints of Plum #D898E8
RGB
CMYK
RGB Variations
Color information
#D898E8 (or 0xD898E8) is known color: Plum. HEX triplet: D8, 98 and E8. RGB value is (216,152,232). Sum of RGB (Red+Green+Blue) = 216+152+232=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #D898E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D898E8 is #276717. Grayscale: #B4B4B4. Windows color (decimal): -2582296 or 15243480. OLE color: 15243480.
HSL color Cylindrical-coordinate representation of color #D898E8: hue angle of 288º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D898E8 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 152 | 232 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.09 |
| HSL | 288º | 0.63% | 0.75% | - |
| HSV(B) | 288º | 0.34% | 0.91% | - |
| XYZ | 54.11 | 42.88 | 81.77 | - |
| YUV | 180.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 232 | 0.07 | 0.34 | 0 | 0.09 | 288 | 0.63 | 0.75 |
| Hex | D8 | 98 | E8 | 7 | 22 | 0 | 9 | 120 | 3F | 4B |
| Octal | 330 | 230 | 350 | 7 | 42 | 0 | 11 | 440 | 77 | 113 |
| Binary | 11011000 | 10011000 | 11101000 | 111 | 100010 | 0 | 1001 | 100100000 | 111111 | 1001011 |
Color Harmonies of #D898E8
Complementary color
Monochromatic Colors of #D898E8
Black with #D898E8
Text Example
Text Example
White with #D898E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898E8; }
p { color: rgb(216,152,232); }
H1.HeaderClassName
{
color: #D898E8;
}
.AnyTagClassName
{
color: #D898E8;
}
</style>
background-color css
<style>
a { background-color: #D898E8; }
a { background-color: rgb(216,152,232); }
div.DivClassName
{
background-color: #D898E8;
}
.BgClassName
{
background-color: #D898E8;
}
</style>
border-color css
<style>
span { border-color: #D898E8; }
span { border-color: rgb(216,152,232); }
td.TdClassName
{
border-color: #D898E8;
}
.TagClassName
{
border-color: #D898E8;
}
</style>