#D48EDA

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

Shades of Plum #D48EDA

Tints of Plum #D48EDA

Color information

#D48EDA (or 0xD48EDA) is unknown color: approx Plum. HEX triplet: D4, 8E and DA. RGB value is (212,142,218). Sum of RGB (Red+Green+Blue) = 212+142+218=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D48EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EDA is #2B7125. Grayscale: #ABABAB. Windows color (decimal): -2847014 or 14323412. OLE color: 14323412.

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

Color convert

RGB212142218-
CMYK0.030.3500.15
HSL295.26º50.67%70.59%-
HSV(B)295.26º34.86%85.49%-
XYZ49.4838.4171.13-
YUV171.59154.19156.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 142 (55.86% from 255) = 24.83%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=37.06%
G=24.83%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121422180.030.3500.15295.2650.6770.59
HexD48EDA3230F1273347
Octal32421633234301744763107
Binary11010100100011101101101011100011011111001001111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EDA; }

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

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

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

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

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

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

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

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