#D489DA

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

Shades of Plum #D489DA

Tints of Plum #D489DA

Color information

#D489DA (or 0xD489DA) is unknown color: approx Plum. HEX triplet: D4, 89 and DA. RGB value is (212,137,218). Sum of RGB (Red+Green+Blue) = 212+137+218=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D489DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489DA is #2B7625. Grayscale: #A8A8A8. Windows color (decimal): -2848294 or 14322132. OLE color: 14322132.

HSL color Cylindrical-coordinate representation of color #D489DA: hue angle of 295.56º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D489DA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212137218-
CMYK0.030.3700.15
HSL295.56º52.26%69.61%-
HSV(B)295.56º37.16%85.49%-
XYZ48.7536.9570.89-
YUV168.66155.85158.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 137 (53.91% from 255) = 24.16%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=37.39%
G=24.16%
B=38.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121372180.030.3700.15295.5652.2669.61
HexD489DA3250F1283446
Octal32421133234501745064106
Binary11010100100010011101101011100101011111001010001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489DA; }

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

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

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

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

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

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

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

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