#D48AD1

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

Shades of Plum #D48AD1

Tints of Plum #D48AD1

Color information

#D48AD1 (or 0xD48AD1) is unknown color: approx Plum. HEX triplet: D4, 8A and D1. RGB value is (212,138,209). Sum of RGB (Red+Green+Blue) = 212+138+209=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AD1 is #2B752E. Grayscale: #A8A8A8. Windows color (decimal): -2848047 or 13732564. OLE color: 13732564.

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

Color convert

RGB212138209-
CMYK00.350.010.17
HSL302.43º46.25%68.63%-
HSV(B)302.43º34.91%83.14%-
XYZ47.7536.7864.9-
YUV168.22151.02159.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=37.92%
G=24.69%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213820900.350.010.17302.4346.2568.63
HexD48AD102311112e2e45
Octal32421232104312145656105
Binary11010100100010101101000101000111100011001011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AD1; }

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

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

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

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

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

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

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

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