#D388DA

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

Shades of Plum #D388DA

Tints of Plum #D388DA

Color information

#D388DA (or 0xD388DA) is unknown color: approx Plum. HEX triplet: D3, 88 and DA. RGB value is (211,136,218). Sum of RGB (Red+Green+Blue) = 211+136+218=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D388DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388DA is #2C7725. Grayscale: #A7A7A7. Windows color (decimal): -2914086 or 14321875. OLE color: 14321875.

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

Color convert

RGB211136218-
CMYK0.030.3800.15
HSL294.88º52.56%69.41%-
HSV(B)294.88º37.61%85.49%-
XYZ48.3236.5270.83-
YUV167.77156.35158.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=37.35%
G=24.07%
B=38.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111362180.030.3800.15294.8852.5669.41
HexD388DA3260F1273545
Octal32321033234601744765105
Binary11010011100010001101101011100110011111001001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D388DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D388DA; }

 p { color: rgb(211,136,218); }

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

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

 a { background-color: rgb(211,136,218); }

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

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

 span { border-color: rgb(211,136,218); }

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