#D48AD5

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

Shades of Plum #D48AD5

Tints of Plum #D48AD5

Color information

#D48AD5 (or 0xD48AD5) is unknown color: approx Plum. HEX triplet: D4, 8A and D5. RGB value is (212,138,213). Sum of RGB (Red+Green+Blue) = 212+138+213=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #D48AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AD5 is #2B752A. Grayscale: #A8A8A8. Windows color (decimal): -2848043 or 13994708. OLE color: 13994708.

HSL color Cylindrical-coordinate representation of color #D48AD5: hue angle of 299.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48AD5 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212138213-
CMYK0.000.3500.16
HSL299.2º47.17%68.82%-
HSV(B)299.2º35.21%83.53%-
XYZ48.2536.9867.55-
YUV168.68153.02158.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=37.66%
G=24.51%
B=37.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121382130.000.3500.16299.247.1768.82
HexD48AD502301012b2f45
Octal32421232504302045357105
Binary11010100100010101101010101000110100001001010111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AD5; }

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

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

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

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

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

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

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

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