#D48DD1

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

Shades of Plum #D48DD1

Tints of Plum #D48DD1

Color information

#D48DD1 (or 0xD48DD1) is unknown color: approx Plum. HEX triplet: D4, 8D and D1. RGB value is (212,141,209). Sum of RGB (Red+Green+Blue) = 212+141+209=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DD1 is #2B722E. Grayscale: #A9A9A9. Windows color (decimal): -2847279 or 13733332. OLE color: 13733332.

HSL color Cylindrical-coordinate representation of color #D48DD1: hue angle of 302.54º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48DD1 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212141209-
CMYK00.330.010.17
HSL302.54º45.22%69.22%-
HSV(B)302.54º33.49%83.14%-
XYZ48.1837.6565.05-
YUV169.98150.02157.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=37.72%
G=25.09%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214120900.330.010.17302.5445.2269.22
HexD48DD102111112f2d45
Octal32421532104112145755105
Binary11010100100011011101000101000011100011001011111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DD1; }

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

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

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

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

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

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

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

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