#D98DE4

Color #D98DE4 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D98DE4

Tints of Plum #D98DE4

Color information

#D98DE4 (or 0xD98DE4) is unknown color: approx Plum. HEX triplet: D9, 8D and E4. RGB value is (217,141,228). Sum of RGB (Red+Green+Blue) = 217+141+228=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #D98DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DE4 is #26721B. Grayscale: #ADADAD. Windows color (decimal): -2519580 or 14978521. OLE color: 14978521.

HSL color Cylindrical-coordinate representation of color #D98DE4: hue angle of 292.41º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98DE4 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217141228-
CMYK0.050.3800.11
HSL292.41º61.7%72.35%-
HSV(B)292.41º38.16%89.41%-
XYZ52.1439.478.26-
YUV173.64158.68158.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 228 (89.45% from 255) = 38.91%
R=37.03%
G=24.06%
B=38.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171412280.050.3800.11292.4161.772.35
HexD98DE45260B1243e48
Octal33121534454601344476110
Binary110110011000110111100100101100110010111001001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DE4; }

 p { color: rgb(217,141,228); }

 H1.HeaderClassName
 {
   color: #D98DE4;
 }
 .AnyTagClassName
 {
   color: #D98DE4;
 }
</style>
background-color css

<style>
 a { background-color: #D98DE4; }

 a { background-color: rgb(217,141,228); }

 div.DivClassName
 {
   background-color: #D98DE4;
 }
 .BgClassName
 {
   background-color: #D98DE4;
 }
</style>
border-color css

<style>
 span { border-color: #D98DE4; }

 span { border-color: rgb(217,141,228); }

 td.TdClassName
 {
   border-color: #D98DE4;
 }
 .TagClassName
 {
   border-color: #D98DE4;
 }
</style>