#D48DDA

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

Shades of Plum #D48DDA

Tints of Plum #D48DDA

Color information

#D48DDA (or 0xD48DDA) is unknown color: approx Plum. HEX triplet: D4, 8D and DA. RGB value is (212,141,218). Sum of RGB (Red+Green+Blue) = 212+141+218=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D48DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DDA is #2B7225. Grayscale: #AAAAAA. Windows color (decimal): -2847270 or 14323156. OLE color: 14323156.

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

Color convert

RGB212141218-
CMYK0.030.3500.15
HSL295.32º50.99%70.39%-
HSV(B)295.32º35.32%85.49%-
XYZ49.3338.1171.09-
YUV171.01154.52157.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=37.13%
G=24.69%
B=38.18%

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
Decimal2121412180.030.3500.15295.3250.9970.39
HexD48DDA3230F1273346
Octal32421533234301744763106
Binary11010100100011011101101011100011011111001001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DDA; }

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

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

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

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

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

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

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

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