#D38ED5

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

Shades of Plum #D38ED5

Tints of Plum #D38ED5

Color information

#D38ED5 (or 0xD38ED5) is unknown color: approx Plum. HEX triplet: D3, 8E and D5. RGB value is (211,142,213). Sum of RGB (Red+Green+Blue) = 211+142+213=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #D38ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ED5 is #2C712A. Grayscale: #AAAAAA. Windows color (decimal): -2912555 or 13995731. OLE color: 13995731.

HSL color Cylindrical-coordinate representation of color #D38ED5: hue angle of 298.31º degrees, saturation: 0.46, 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 #D38ED5 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211142213-
CMYK0.010.3300.16
HSL298.31º45.81%69.61%-
HSV(B)298.31º33.33%83.53%-
XYZ48.553867.73-
YUV170.72151.86156.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.28%
GREEN value IS 142 (55.86% from 255) = 25.09%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=37.28%
G=25.09%
B=37.63%

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
Decimal2111422130.010.3300.16298.3145.8169.61
HexD38ED512101012a2e46
Octal32321632514102045256106
Binary11010011100011101101010111000010100001001010101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38ED5; }

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

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

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

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

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

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

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

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