#D48DD2

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

Shades of Plum #D48DD2

Tints of Plum #D48DD2

Color information

#D48DD2 (or 0xD48DD2) is unknown color: approx Plum. HEX triplet: D4, 8D and D2. RGB value is (212,141,210). Sum of RGB (Red+Green+Blue) = 212+141+210=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DD2 is #2B722D. Grayscale: #A9A9A9. Windows color (decimal): -2847278 or 13798868. OLE color: 13798868.

HSL color Cylindrical-coordinate representation of color #D48DD2: hue angle of 301.69º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48DD2 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212141210-
CMYK00.330.010.17
HSL301.69º45.22%69.22%-
HSV(B)301.69º33.49%83.14%-
XYZ48.3137.765.7-
YUV170.1150.52157.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=37.66%
G=25.04%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214121000.330.010.17301.6945.2269.22
HexD48DD202111112e2d45
Octal32421532204112145655105
Binary11010100100011011101001001000011100011001011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DD2; }

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

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

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

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

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

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

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

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