#D489DF

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

Shades of Plum #D489DF

Tints of Plum #D489DF

Color information

#D489DF (or 0xD489DF) is unknown color: approx Plum. HEX triplet: D4, 89 and DF. RGB value is (212,137,223). Sum of RGB (Red+Green+Blue) = 212+137+223=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D489DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489DF is #2B7620. Grayscale: #A8A8A8. Windows color (decimal): -2848289 or 14649812. OLE color: 14649812.

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

Color convert

RGB212137223-
CMYK0.050.3900.13
HSL292.33º57.33%70.59%-
HSV(B)292.33º38.57%87.45%-
XYZ49.4237.2274.39-
YUV169.23158.35158.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=37.06%
G=23.95%
B=38.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121372230.050.3900.13292.3357.3370.59
HexD489DF5270D1243947
Octal32421133754701544471107
Binary110101001000100111011111101100111011011001001001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489DF; }

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

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

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

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

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

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

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

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