#D998EB

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

Shades of Plum #D998EB

Tints of Plum #D998EB

Color information

#D998EB (or 0xD998EB) is unknown color: approx Plum. HEX triplet: D9, 98 and EB. RGB value is (217,152,235). Sum of RGB (Red+Green+Blue) = 217+152+235=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D998EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998EB is #266714. Grayscale: #B4B4B4. Windows color (decimal): -2516757 or 15440089. OLE color: 15440089.

HSL color Cylindrical-coordinate representation of color #D998EB: hue angle of 286.99º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D998EB is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217152235-
CMYK0.080.3500.08
HSL286.99º67.48%75.88%-
HSV(B)286.99º35.32%92.16%-
XYZ54.8443.2184.05-
YUV180.9158.53153.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 152 (59.77% from 255) = 25.17%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=35.93%
G=25.17%
B=38.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171522350.080.3500.08286.9967.4875.88
HexD998EB8230811f434c
Octal3312303531043010437103114
Binary11011001100110001110101110001000110100010001111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998EB; }

 p { color: rgb(217,152,235); }

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

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

 a { background-color: rgb(217,152,235); }

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

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

 span { border-color: rgb(217,152,235); }

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