#D38FDA

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

Shades of Plum #D38FDA

Tints of Plum #D38FDA

Color information

#D38FDA (or 0xD38FDA) is unknown color: approx Plum. HEX triplet: D3, 8F and DA. RGB value is (211,143,218). Sum of RGB (Red+Green+Blue) = 211+143+218=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D38FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FDA is #2C7025. Grayscale: #ABABAB. Windows color (decimal): -2912294 or 14323667. OLE color: 14323667.

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

Color convert

RGB211143218-
CMYK0.030.3400.15
HSL294.4º50.34%70.78%-
HSV(B)294.4º34.4%85.49%-
XYZ49.3438.5671.17-
YUV171.88154.03155.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.89%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=36.89%
G=25%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111432180.030.3400.15294.450.3470.78
HexD38FDA3220F1263247
Octal32321733234201744662107
Binary11010011100011111101101011100010011111001001101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FDA; }

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

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

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

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

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

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

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

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