#d38edd

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

Shades of Plum #D38EDD

Tints of Plum #D38EDD

Color information

#D38EDD (or 0xD38EDD) is unknown color: approx Plum. HEX triplet: D3, 8E and DD. RGB value is (211,142,221). Sum of RGB (Red+Green+Blue) = 211+142+221=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EDD is #2C7122. Grayscale: #ABABAB. Windows color (decimal): -2912547 or 14520019. OLE color: 14520019.

HSL color Cylindrical-coordinate representation of color #D38EDD: hue angle of 292.41º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38EDD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211142221-
CMYK0.050.3600.13
HSL292.41º53.74%71.18%-
HSV(B)292.41º35.75%86.67%-
XYZ49.5938.4273.21-
YUV171.64155.86156.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=36.76%
G=24.74%
B=38.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111422210.050.3600.13292.4153.7471.18
HexD38EDD5240D1243647
Octal32321633554401544466107
Binary110100111000111011011101101100100011011001001001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38edd; }

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

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

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

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

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

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

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

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