#D48EE0

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

Shades of Plum #D48EE0

Tints of Plum #D48EE0

Color information

#D48EE0 (or 0xD48EE0) is unknown color: approx Plum. HEX triplet: D4, 8E and E0. RGB value is (212,142,224). Sum of RGB (Red+Green+Blue) = 212+142+224=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #D48EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EE0 is #2B711F. Grayscale: #ACACAC. Windows color (decimal): -2847008 or 14716628. OLE color: 14716628.

HSL color Cylindrical-coordinate representation of color #D48EE0: hue angle of 291.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48EE0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212142224-
CMYK0.050.3700.12
HSL291.22º56.94%71.76%-
HSV(B)291.22º36.61%87.84%-
XYZ50.2838.7275.35-
YUV172.28157.19156.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=36.68%
G=24.57%
B=38.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121422240.050.3700.12291.2256.9471.76
HexD48EE05250C1233948
Octal32421634054501444371110
Binary110101001000111011100000101100101011001001000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EE0; }

 p { color: rgb(212,142,224); }

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

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

 a { background-color: rgb(212,142,224); }

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

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

 span { border-color: rgb(212,142,224); }

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