#D48ADD

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

Shades of Plum #D48ADD

Tints of Plum #D48ADD

Color information

#D48ADD (or 0xD48ADD) is unknown color: approx Plum. HEX triplet: D4, 8A and DD. RGB value is (212,138,221). Sum of RGB (Red+Green+Blue) = 212+138+221=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D48ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ADD is #2B7522. Grayscale: #A9A9A9. Windows color (decimal): -2848035 or 14518996. OLE color: 14518996.

HSL color Cylindrical-coordinate representation of color #D48ADD: hue angle of 293.49º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48ADD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212138221-
CMYK0.040.3800.13
HSL293.49º54.97%70.39%-
HSV(B)293.49º37.56%86.67%-
XYZ49.2937.3973.03-
YUV169.59157.02158.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=37.13%
G=24.17%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121382210.040.3800.13293.4954.9770.39
HexD48ADD4260D1253746
Octal32421233544601544567106
Binary110101001000101011011101100100110011011001001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48ADD; }

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

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

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

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

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

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

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

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