#D38BE1

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

Shades of Wisteria #D38BE1

Tints of Wisteria #D38BE1

Color information

#D38BE1 (or 0xD38BE1) is unknown color: approx Wisteria. HEX triplet: D3, 8B and E1. RGB value is (211,139,225). Sum of RGB (Red+Green+Blue) = 211+139+225=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #D38BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BE1 is #2C741E. Grayscale: #AAAAAA. Windows color (decimal): -2913311 or 14781395. OLE color: 14781395.

HSL color Cylindrical-coordinate representation of color #D38BE1: hue angle of 290.23º degrees, saturation: 0.59, 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 #D38BE1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211139225-
CMYK0.060.3800.12
HSL290.23º58.9%71.37%-
HSV(B)290.23º38.22%88.24%-
XYZ49.6937.7575.9-
YUV170.33158.85157.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=36.70%
G=24.17%
B=39.13%

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
Decimal2111392250.060.3800.12290.2358.971.37
HexD38BE16260C1223b47
Octal32321334164601444273107
Binary110100111000101111100001110100110011001001000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BE1; }

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

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

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

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

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

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

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

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