#D48FDE

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

Shades of Plum #D48FDE

Tints of Plum #D48FDE

Color information

#D48FDE (or 0xD48FDE) is unknown color: approx Plum. HEX triplet: D4, 8F and DE. RGB value is (212,143,222). Sum of RGB (Red+Green+Blue) = 212+143+222=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D48FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FDE is #2B7021. Grayscale: #ACACAC. Windows color (decimal): -2846754 or 14585812. OLE color: 14585812.

HSL color Cylindrical-coordinate representation of color #D48FDE: hue angle of 292.41º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48FDE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212143222-
CMYK0.050.3600.13
HSL292.41º54.48%71.57%-
HSV(B)292.41º35.59%87.06%-
XYZ50.1638.9273.98-
YUV172.64155.86156.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 143 (56.25% from 255) = 24.78%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=36.74%
G=24.78%
B=38.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121432220.050.3600.13292.4154.4871.57
HexD48FDE5240D1243648
Octal32421733654401544466110
Binary110101001000111111011110101100100011011001001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FDE; }

 p { color: rgb(212,143,222); }

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

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

 a { background-color: rgb(212,143,222); }

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

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

 span { border-color: rgb(212,143,222); }

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