#D990ED

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

Shades of Plum #D990ED

Tints of Plum #D990ED

Color information

#D990ED (or 0xD990ED) is unknown color: approx Plum. HEX triplet: D9, 90 and ED. RGB value is (217,144,237). Sum of RGB (Red+Green+Blue) = 217+144+237=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #D990ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990ED is #266F12. Grayscale: #B0B0B0. Windows color (decimal): -2518803 or 15569113. OLE color: 15569113.

HSL color Cylindrical-coordinate representation of color #D990ED: hue angle of 287.1º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D990ED is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217144237-
CMYK0.080.3900.07
HSL287.1º72.09%74.71%-
HSV(B)287.1º39.24%92.94%-
XYZ53.8740.8185.16-
YUV176.43162.18156.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 144 (56.64% from 255) = 24.08%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=36.29%
G=24.08%
B=39.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171442370.080.3900.07287.172.0974.71
HexD990ED8270711f484b
Octal331220355104707437110113
Binary1101100110010000111011011000100111011110001111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990ED; }

 p { color: rgb(217,144,237); }

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

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

 a { background-color: rgb(217,144,237); }

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

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

 span { border-color: rgb(217,144,237); }

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