#D48CDF

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

Shades of Plum #D48CDF

Tints of Plum #D48CDF

Color information

#D48CDF (or 0xD48CDF) is unknown color: approx Plum. HEX triplet: D4, 8C and DF. RGB value is (212,140,223). Sum of RGB (Red+Green+Blue) = 212+140+223=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D48CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CDF is #2B7320. Grayscale: #AAAAAA. Windows color (decimal): -2847521 or 14650580. OLE color: 14650580.

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

Color convert

RGB212140223-
CMYK0.050.3700.13
HSL292.05º56.46%71.18%-
HSV(B)292.05º37.22%87.45%-
XYZ49.8538.0874.54-
YUV170.99157.35157.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=36.87%
G=24.35%
B=38.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121402230.050.3700.13292.0556.4671.18
HexD48CDF5250D1243847
Octal32421433754501544470107
Binary110101001000110011011111101100101011011001001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CDF; }

 p { color: rgb(212,140,223); }

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

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

 a { background-color: rgb(212,140,223); }

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

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

 span { border-color: rgb(212,140,223); }

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