#D48AE1

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

Shades of Plum #D48AE1

Tints of Plum #D48AE1

Color information

#D48AE1 (or 0xD48AE1) is unknown color: approx Plum. HEX triplet: D4, 8A and E1. RGB value is (212,138,225). Sum of RGB (Red+Green+Blue) = 212+138+225=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #D48AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AE1 is #2B751E. Grayscale: #A9A9A9. Windows color (decimal): -2848031 or 14781140. OLE color: 14781140.

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

Color convert

RGB212138225-
CMYK0.060.3900.12
HSL291.03º59.18%71.18%-
HSV(B)291.03º38.67%88.24%-
XYZ49.8337.6175.87-
YUV170.04159.02157.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=36.87%
G=24%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121382250.060.3900.12291.0359.1871.18
HexD48AE16270C1233b47
Octal32421234164701444373107
Binary110101001000101011100001110100111011001001000111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AE1; }

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

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

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

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

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

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

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

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