#D38BE0

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

Shades of Plum #D38BE0

Tints of Plum #D38BE0

Color information

#D38BE0 (or 0xD38BE0) is unknown color: approx Plum. HEX triplet: D3, 8B and E0. RGB value is (211,139,224). Sum of RGB (Red+Green+Blue) = 211+139+224=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #D38BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BE0 is #2C741F. Grayscale: #A9A9A9. Windows color (decimal): -2913312 or 14715859. OLE color: 14715859.

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

Color convert

RGB211139224-
CMYK0.060.3800.12
HSL290.82º57.82%71.18%-
HSV(B)290.82º37.95%87.84%-
XYZ49.5537.775.19-
YUV170.22158.35157.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 139 (54.69% from 255) = 24.22%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=36.76%
G=24.22%
B=39.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111392240.060.3800.12290.8257.8271.18
HexD38BE06260C1233a47
Octal32321334064601444372107
Binary110100111000101111100000110100110011001001000111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BE0; }

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

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

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

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

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

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

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

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