Shades of Plum #D995EA
Tints of Plum #D995EA
RGB
CMYK
RGB Variations
Color information
#D995EA (or 0xD995EA) is known color: Plum. HEX triplet: D9, 95 and EA. RGB value is (217,149,234). Sum of RGB (Red+Green+Blue) = 217+149+234=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #D995EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995EA is #266A15. Grayscale: #B2B2B2. Windows color (decimal): -2517526 or 15373785. OLE color: 15373785.
HSL color Cylindrical-coordinate representation of color #D995EA: hue angle of 288º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D995EA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 149 | 234 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.08 |
| HSL | 288º | 0.67% | 0.75% | - |
| HSV(B) | 288º | 0.36% | 0.92% | - |
| XYZ | 54.21 | 42.19 | 83.13 | - |
| YUV | 179.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 234 | 0.07 | 0.36 | 0 | 0.08 | 288 | 0.67 | 0.75 |
| Hex | D9 | 95 | EA | 7 | 24 | 0 | 8 | 120 | 43 | 4B |
| Octal | 331 | 225 | 352 | 7 | 44 | 0 | 10 | 440 | 103 | 113 |
| Binary | 11011001 | 10010101 | 11101010 | 111 | 100100 | 0 | 1000 | 100100000 | 1000011 | 1001011 |
Color Harmonies of #D995EA
Complementary color
Monochromatic Colors of #D995EA
Black with #D995EA
Text Example
Text Example
White with #D995EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995EA; }
p { color: rgb(217,149,234); }
H1.HeaderClassName
{
color: #D995EA;
}
.AnyTagClassName
{
color: #D995EA;
}
</style>
background-color css
<style>
a { background-color: #D995EA; }
a { background-color: rgb(217,149,234); }
div.DivClassName
{
background-color: #D995EA;
}
.BgClassName
{
background-color: #D995EA;
}
</style>
border-color css
<style>
span { border-color: #D995EA; }
span { border-color: rgb(217,149,234); }
td.TdClassName
{
border-color: #D995EA;
}
.TagClassName
{
border-color: #D995EA;
}
</style>