Shades of Plum #D899E5
Tints of Plum #D899E5
RGB
CMYK
RGB Variations
Color information
#D899E5 (or 0xD899E5) is known color: Plum. HEX triplet: D8, 99 and E5. RGB value is (216,153,229). Sum of RGB (Red+Green+Blue) = 216+153+229=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #D899E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899E5 is #27661A. Grayscale: #B4B4B4. Windows color (decimal): -2582043 or 15047128. OLE color: 15047128.
HSL color Cylindrical-coordinate representation of color #D899E5: hue angle of 289.74º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D899E5 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 153 | 229 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.10 |
| HSL | 289.74º | 0.59% | 0.75% | - |
| HSV(B) | 289.74º | 0.33% | 0.9% | - |
| XYZ | 53.85 | 43.04 | 79.6 | - |
| YUV | 180.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 229 | 0.06 | 0.33 | 0 | 0.10 | 289.74 | 0.59 | 0.75 |
| Hex | D8 | 99 | E5 | 6 | 21 | 0 | A | 122 | 3B | 4B |
| Octal | 330 | 231 | 345 | 6 | 41 | 0 | 12 | 442 | 73 | 113 |
| Binary | 11011000 | 10011001 | 11100101 | 110 | 100001 | 0 | 1010 | 100100010 | 111011 | 1001011 |
Color Harmonies of #D899E5
Complementary color
Monochromatic Colors of #D899E5
Black with #D899E5
Text Example
Text Example
White with #D899E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899E5; }
p { color: rgb(216,153,229); }
H1.HeaderClassName
{
color: #D899E5;
}
.AnyTagClassName
{
color: #D899E5;
}
</style>
background-color css
<style>
a { background-color: #D899E5; }
a { background-color: rgb(216,153,229); }
div.DivClassName
{
background-color: #D899E5;
}
.BgClassName
{
background-color: #D899E5;
}
</style>
border-color css
<style>
span { border-color: #D899E5; }
span { border-color: rgb(216,153,229); }
td.TdClassName
{
border-color: #D899E5;
}
.TagClassName
{
border-color: #D899E5;
}
</style>