#D38FD5

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

Shades of Plum #D38FD5

Tints of Plum #D38FD5

Color information

#D38FD5 (or 0xD38FD5) is unknown color: approx Plum. HEX triplet: D3, 8F and D5. RGB value is (211,143,213). Sum of RGB (Red+Green+Blue) = 211+143+213=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #D38FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD5 is #2C702A. Grayscale: #ABABAB. Windows color (decimal): -2912299 or 13995987. OLE color: 13995987.

HSL color Cylindrical-coordinate representation of color #D38FD5: hue angle of 298.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38FD5 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211143213-
CMYK0.010.3300.16
HSL298.29º45.45%69.8%-
HSV(B)298.29º32.86%83.53%-
XYZ48.738.367.78-
YUV171.31151.53156.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.21%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=37.21%
G=25.22%
B=37.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111432130.010.3300.16298.2945.4569.8
HexD38FD512101012a2d46
Octal32321732514102045255106
Binary11010011100011111101010111000010100001001010101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FD5; }

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

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

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

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

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

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

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

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