#D487E1

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

Shades of Plum #D487E1

Tints of Plum #D487E1

Color information

#D487E1 (or 0xD487E1) is unknown color: approx Plum. HEX triplet: D4, 87 and E1. RGB value is (212,135,225). Sum of RGB (Red+Green+Blue) = 212+135+225=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #D487E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487E1 is #2B781E. Grayscale: #A8A8A8. Windows color (decimal): -2848799 or 14780372. OLE color: 14780372.

HSL color Cylindrical-coordinate representation of color #D487E1: hue angle of 291.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D487E1 is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212135225-
CMYK0.060.400.12
HSL291.33º60%70.59%-
HSV(B)291.33º40%88.24%-
XYZ49.4136.7675.73-
YUV168.28160.01159.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=37.06%
G=23.60%
B=39.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121352250.060.400.12291.336070.59
HexD487E16280C1233c47
Octal32420734165001444374107
Binary110101001000011111100001110101000011001001000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487E1; }

 p { color: rgb(212,135,225); }

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

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

 a { background-color: rgb(212,135,225); }

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

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

 span { border-color: rgb(212,135,225); }

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