#D489DE

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

Shades of Plum #D489DE

Tints of Plum #D489DE

Color information

#D489DE (or 0xD489DE) is unknown color: approx Plum. HEX triplet: D4, 89 and DE. RGB value is (212,137,222). Sum of RGB (Red+Green+Blue) = 212+137+222=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #D489DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489DE is #2B7621. Grayscale: #A8A8A8. Windows color (decimal): -2848290 or 14584276. OLE color: 14584276.

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

Color convert

RGB212137222-
CMYK0.050.3800.13
HSL292.94º56.29%70.39%-
HSV(B)292.94º38.29%87.06%-
XYZ49.2837.1673.68-
YUV169.11157.85158.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=37.13%
G=23.99%
B=38.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121372220.050.3800.13292.9456.2970.39
HexD489DE5260D1253846
Octal32421133654601544570106
Binary110101001000100111011110101100110011011001001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489DE; }

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

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

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

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

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

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

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

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