#D48CDA

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

Shades of Plum #D48CDA

Tints of Plum #D48CDA

Color information

#D48CDA (or 0xD48CDA) is unknown color: approx Plum. HEX triplet: D4, 8C and DA. RGB value is (212,140,218). Sum of RGB (Red+Green+Blue) = 212+140+218=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D48CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CDA is #2B7325. Grayscale: #AAAAAA. Windows color (decimal): -2847526 or 14322900. OLE color: 14322900.

HSL color Cylindrical-coordinate representation of color #D48CDA: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48CDA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212140218-
CMYK0.030.3600.15
HSL295.38º51.32%70.2%-
HSV(B)295.38º35.78%85.49%-
XYZ49.1837.8271.04-
YUV170.42154.85157.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=37.19%
G=24.56%
B=38.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121402180.030.3600.15295.3851.3270.2
HexD48CDA3240F1273346
Octal32421433234401744763106
Binary11010100100011001101101011100100011111001001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CDA; }

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

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

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

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

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

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

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

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