#D48DE1

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

Shades of Plum #D48DE1

Tints of Plum #D48DE1

Color information

#D48DE1 (or 0xD48DE1) is unknown color: approx Plum. HEX triplet: D4, 8D and E1. RGB value is (212,141,225). Sum of RGB (Red+Green+Blue) = 212+141+225=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #D48DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DE1 is #2B721E. Grayscale: #ABABAB. Windows color (decimal): -2847263 or 14781908. OLE color: 14781908.

HSL color Cylindrical-coordinate representation of color #D48DE1: hue angle of 290.71º degrees, saturation: 0.58, 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 #D48DE1 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212141225-
CMYK0.060.3700.12
HSL290.71º58.33%71.76%-
HSV(B)290.71º37.33%88.24%-
XYZ50.2738.4876.01-
YUV171.8158.02156.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 141 (55.47% from 255) = 24.39%
BLUE value IS 225 (88.28% from 255) = 38.93%
R=36.68%
G=24.39%
B=38.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121412250.060.3700.12290.7158.3371.76
HexD48DE16250C1233a48
Octal32421534164501444372110
Binary110101001000110111100001110100101011001001000111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DE1; }

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

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

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

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

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

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

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

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