#D48DD5

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

Shades of Plum #D48DD5

Tints of Plum #D48DD5

Color information

#D48DD5 (or 0xD48DD5) is unknown color: approx Plum. HEX triplet: D4, 8D and D5. RGB value is (212,141,213). Sum of RGB (Red+Green+Blue) = 212+141+213=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #D48DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DD5 is #2B722A. Grayscale: #AAAAAA. Windows color (decimal): -2847275 or 13995476. OLE color: 13995476.

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

Color convert

RGB212141213-
CMYK0.000.3400.16
HSL299.17º46.15%69.41%-
HSV(B)299.17º33.8%83.53%-
XYZ48.6937.8567.69-
YUV170.44152.02157.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=37.46%
G=24.91%
B=37.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121412130.000.3400.16299.1746.1569.41
HexD48DD502201012b2e45
Octal32421532504202045356105
Binary11010100100011011101010101000100100001001010111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DD5; }

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

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

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

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

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

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

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

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