#D48DD6

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

Shades of Plum #D48DD6

Tints of Plum #D48DD6

Color information

#D48DD6 (or 0xD48DD6) is unknown color: approx Plum. HEX triplet: D4, 8D and D6. RGB value is (212,141,214). Sum of RGB (Red+Green+Blue) = 212+141+214=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #D48DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DD6 is #2B7229. Grayscale: #AAAAAA. Windows color (decimal): -2847274 or 14061012. OLE color: 14061012.

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

Color convert

RGB212141214-
CMYK0.010.3400.16
HSL298.36º47.1%69.61%-
HSV(B)298.36º34.11%83.92%-
XYZ48.8137.968.36-
YUV170.55152.52157.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=37.39%
G=24.87%
B=37.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121412140.010.3400.16298.3647.169.61
HexD48DD612201012a2f46
Octal32421532614202045257106
Binary11010100100011011101011011000100100001001010101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DD6; }

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

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

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

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

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

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

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

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