#d38ee0

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

Shades of Plum #D38EE0

Tints of Plum #D38EE0

Color information

#D38EE0 (or 0xD38EE0) is unknown color: approx Plum. HEX triplet: D3, 8E and E0. RGB value is (211,142,224). Sum of RGB (Red+Green+Blue) = 211+142+224=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #D38EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EE0 is #2C711F. Grayscale: #ABABAB. Windows color (decimal): -2912544 or 14716627. OLE color: 14716627.

HSL color Cylindrical-coordinate representation of color #D38EE0: hue angle of 290.49º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38EE0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211142224-
CMYK0.060.3700.12
HSL290.49º56.94%71.76%-
HSV(B)290.49º36.61%87.84%-
XYZ49.9938.5875.33-
YUV171.98157.36155.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.57%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=36.57%
G=24.61%
B=38.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111422240.060.3700.12290.4956.9471.76
HexD38EE06250C1223948
Octal32321634064501444271110
Binary110100111000111011100000110100101011001001000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d38ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d38ee0; }

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

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

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

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

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

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

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

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