#D490DE

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

Shades of Plum #D490DE

Tints of Plum #D490DE

Color information

#D490DE (or 0xD490DE) is unknown color: approx Plum. HEX triplet: D4, 90 and DE. RGB value is (212,144,222). Sum of RGB (Red+Green+Blue) = 212+144+222=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D490DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490DE is #2B6F21. Grayscale: #ACACAC. Windows color (decimal): -2846498 or 14586068. OLE color: 14586068.

HSL color Cylindrical-coordinate representation of color #D490DE: hue angle of 292.31º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D490DE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212144222-
CMYK0.050.3500.13
HSL292.31º54.17%71.76%-
HSV(B)292.31º35.14%87.06%-
XYZ50.3139.2274.03-
YUV173.22155.53155.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=36.68%
G=24.91%
B=38.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121442220.050.3500.13292.3154.1771.76
HexD490DE5230D1243648
Octal32422033654301544466110
Binary110101001001000011011110101100011011011001001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490DE; }

 p { color: rgb(212,144,222); }

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

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

 a { background-color: rgb(212,144,222); }

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

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

 span { border-color: rgb(212,144,222); }

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