Shades of Plum #D997E4
Tints of Plum #D997E4
RGB
CMYK
RGB Variations
Color information
#D997E4 (or 0xD997E4) is known color: Plum. HEX triplet: D9, 97 and E4. RGB value is (217,151,228). Sum of RGB (Red+Green+Blue) = 217+151+228=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #D997E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997E4 is #26681B. Grayscale: #B3B3B3. Windows color (decimal): -2517020 or 14981081. OLE color: 14981081.
HSL color Cylindrical-coordinate representation of color #D997E4: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D997E4 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 151 | 228 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.11 |
| HSL | 291.43º | 0.59% | 0.74% | - |
| HSV(B) | 291.43º | 0.34% | 0.89% | - |
| XYZ | 53.69 | 42.49 | 78.77 | - |
| YUV | 179.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 228 | 0.05 | 0.34 | 0 | 0.11 | 291.43 | 0.59 | 0.74 |
| Hex | D9 | 97 | E4 | 5 | 22 | 0 | B | 123 | 3B | 4A |
| Octal | 331 | 227 | 344 | 5 | 42 | 0 | 13 | 443 | 73 | 112 |
| Binary | 11011001 | 10010111 | 11100100 | 101 | 100010 | 0 | 1011 | 100100011 | 111011 | 1001010 |
Color Harmonies of #D997E4
Complementary color
Monochromatic Colors of #D997E4
Black with #D997E4
Text Example
Text Example
White with #D997E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997E4; }
p { color: rgb(217,151,228); }
H1.HeaderClassName
{
color: #D997E4;
}
.AnyTagClassName
{
color: #D997E4;
}
</style>
background-color css
<style>
a { background-color: #D997E4; }
a { background-color: rgb(217,151,228); }
div.DivClassName
{
background-color: #D997E4;
}
.BgClassName
{
background-color: #D997E4;
}
</style>
border-color css
<style>
span { border-color: #D997E4; }
span { border-color: rgb(217,151,228); }
td.TdClassName
{
border-color: #D997E4;
}
.TagClassName
{
border-color: #D997E4;
}
</style>