#D48BDA

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

Shades of Plum #D48BDA

Tints of Plum #D48BDA

Color information

#D48BDA (or 0xD48BDA) is unknown color: approx Plum. HEX triplet: D4, 8B and DA. RGB value is (212,139,218). Sum of RGB (Red+Green+Blue) = 212+139+218=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D48BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BDA is #2B7425. Grayscale: #A9A9A9. Windows color (decimal): -2847782 or 14322644. OLE color: 14322644.

HSL color Cylindrical-coordinate representation of color #D48BDA: hue angle of 295.44º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48BDA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212139218-
CMYK0.030.3600.15
HSL295.44º51.63%70%-
HSV(B)295.44º36.24%85.49%-
XYZ49.0437.5270.99-
YUV169.83155.18158.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=37.26%
G=24.43%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121392180.030.3600.15295.4451.6370
HexD48BDA3240F1273446
Octal32421333234401744764106
Binary11010100100010111101101011100100011111001001111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BDA; }

 p { color: rgb(212,139,218); }

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

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

 a { background-color: rgb(212,139,218); }

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

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

 span { border-color: rgb(212,139,218); }

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