#D48BE0

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

Shades of Plum #D48BE0

Tints of Plum #D48BE0

Color information

#D48BE0 (or 0xD48BE0) is unknown color: approx Plum. HEX triplet: D4, 8B and E0. RGB value is (212,139,224). Sum of RGB (Red+Green+Blue) = 212+139+224=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #D48BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BE0 is #2B741F. Grayscale: #AAAAAA. Windows color (decimal): -2847776 or 14715860. OLE color: 14715860.

HSL color Cylindrical-coordinate representation of color #D48BE0: hue angle of 291.53º 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 #D48BE0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212139224-
CMYK0.050.3800.12
HSL291.53º57.82%71.18%-
HSV(B)291.53º37.95%87.84%-
XYZ49.8437.8475.2-
YUV170.52158.18157.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=36.87%
G=24.17%
B=38.96%

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
Decimal2121392240.050.3800.12291.5357.8271.18
HexD48BE05260C1243a47
Octal32421334054601444472107
Binary110101001000101111100000101100110011001001001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BE0; }

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

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

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

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

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

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

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

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