#D48BDC

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

Shades of Plum #D48BDC

Tints of Plum #D48BDC

Color information

#D48BDC (or 0xD48BDC) is unknown color: approx Plum. HEX triplet: D4, 8B and DC. RGB value is (212,139,220). Sum of RGB (Red+Green+Blue) = 212+139+220=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D48BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BDC is #2B7423. Grayscale: #A9A9A9. Windows color (decimal): -2847780 or 14453716. OLE color: 14453716.

HSL color Cylindrical-coordinate representation of color #D48BDC: hue angle of 294.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48BDC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212139220-
CMYK0.040.3700.14
HSL294.07º53.64%70.39%-
HSV(B)294.07º36.82%86.27%-
XYZ49.337.6372.37-
YUV170.06156.18157.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=37.13%
G=24.34%
B=38.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121392200.040.3700.14294.0753.6470.39
HexD48BDC4250E1263646
Octal32421333444501644666106
Binary110101001000101111011100100100101011101001001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BDC; }

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

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

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

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

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

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

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

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