#D48AE0

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

Shades of Plum #D48AE0

Tints of Plum #D48AE0

Color information

#D48AE0 (or 0xD48AE0) is unknown color: approx Plum. HEX triplet: D4, 8A and E0. RGB value is (212,138,224). Sum of RGB (Red+Green+Blue) = 212+138+224=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #D48AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AE0 is #2B751F. Grayscale: #A9A9A9. Windows color (decimal): -2848032 or 14715604. OLE color: 14715604.

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

Color convert

RGB212138224-
CMYK0.050.3800.12
HSL291.63º58.11%70.98%-
HSV(B)291.63º38.39%87.84%-
XYZ49.6937.5675.15-
YUV169.93158.52158.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=36.93%
G=24.04%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121382240.050.3800.12291.6358.1170.98
HexD48AE05260C1243a47
Octal32421234054601444472107
Binary110101001000101011100000101100110011001001001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AE0; }

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

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

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

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

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

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

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

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