Shades of Plum #D993E4
Tints of Plum #D993E4
RGB
CMYK
RGB Variations
Color information
#D993E4 (or 0xD993E4) is known color: Plum. HEX triplet: D9, 93 and E4. RGB value is (217,147,228). Sum of RGB (Red+Green+Blue) = 217+147+228=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #D993E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993E4 is #266C1B. Grayscale: #B0B0B0. Windows color (decimal): -2518044 or 14980057. OLE color: 14980057.
HSL color Cylindrical-coordinate representation of color #D993E4: hue angle of 291.85º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D993E4 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 147 | 228 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.11 |
| HSL | 291.85º | 0.6% | 0.74% | - |
| HSV(B) | 291.85º | 0.36% | 0.89% | - |
| XYZ | 53.05 | 41.22 | 78.56 | - |
| YUV | 177.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 228 | 0.05 | 0.36 | 0 | 0.11 | 291.85 | 0.6 | 0.74 |
| Hex | D9 | 93 | E4 | 5 | 24 | 0 | B | 124 | 3C | 4A |
| Octal | 331 | 223 | 344 | 5 | 44 | 0 | 13 | 444 | 74 | 112 |
| Binary | 11011001 | 10010011 | 11100100 | 101 | 100100 | 0 | 1011 | 100100100 | 111100 | 1001010 |
Color Harmonies of #D993E4
Complementary color
Monochromatic Colors of #D993E4
Black with #D993E4
Text Example
Text Example
White with #D993E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993E4; }
p { color: rgb(217,147,228); }
H1.HeaderClassName
{
color: #D993E4;
}
.AnyTagClassName
{
color: #D993E4;
}
</style>
background-color css
<style>
a { background-color: #D993E4; }
a { background-color: rgb(217,147,228); }
div.DivClassName
{
background-color: #D993E4;
}
.BgClassName
{
background-color: #D993E4;
}
</style>
border-color css
<style>
span { border-color: #D993E4; }
span { border-color: rgb(217,147,228); }
td.TdClassName
{
border-color: #D993E4;
}
.TagClassName
{
border-color: #D993E4;
}
</style>