#D48DD9

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

Shades of Plum #D48DD9

Tints of Plum #D48DD9

Color information

#D48DD9 (or 0xD48DD9) is unknown color: approx Plum. HEX triplet: D4, 8D and D9. RGB value is (212,141,217). Sum of RGB (Red+Green+Blue) = 212+141+217=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #D48DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DD9 is #2B7226. Grayscale: #AAAAAA. Windows color (decimal): -2847271 or 14257620. OLE color: 14257620.

HSL color Cylindrical-coordinate representation of color #D48DD9: hue angle of 296.05º degrees, saturation: 0.5, 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 #D48DD9 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212141217-
CMYK0.020.3500.15
HSL296.05º50%70.2%-
HSV(B)296.05º35.02%85.1%-
XYZ49.238.0670.4-
YUV170.89154.02157.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=37.19%
G=24.74%
B=38.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121412170.020.3500.15296.055070.2
HexD48DD92230F1283246
Octal32421533124301745062106
Binary11010100100011011101100110100011011111001010001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DD9; }

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

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

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

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

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

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

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

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