Html Css Color HEX #D38AEB Wisteria

📋 copy color: '#D38AEB'

red 211 ◦ green 138 ◦ blue 235

#D38AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D38AEB

Tints of Wisteria #D38AEB

RGB

 RED value IS 211 (82.81% from 255) = 36.13%

 GREEN value IS 138 (54.3% from 255) = 23.63%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 36.13%
G = 23.63%
B = 40.24%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D38AEB (or 0xD38AEB) is known color: Wisteria. HEX triplet: D3, 8A and EB. RGB value is (211,138,235). Sum of RGB (Red+Green+Blue) = 211+138+235=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #D38AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AEB is #2C7514. Grayscale: #AAAAAA. Windows color (decimal): -2913557 or 15436499. OLE color: 15436499.

HSL color Cylindrical-coordinate representation of color #D38AEB: hue angle of 285.15º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D38AEB is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 138 235 -
CMYK 0.10 0.41 0 0.08
HSL 285.15º 0.71% 0.73% -
HSV(B) 285.15º 0.41% 0.92% -
XYZ 50.95 38.02 83.25 -
YUV 170.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 211 138 235 0.10 0.41 0 0.08 285.15 0.71 0.73
Hex D3 8A EB A 29 0 8 11D 47 49
Octal 323 212 353 12 51 0 10 435 107 111
Binary 11010011 10001010 11101011 1010 101001 0 1000 100011101 1000111 1001001

Color Harmonies of #D38AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AEB

Black with #D38AEB

Text Example


Text Example

White with #D38AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AEB; }

 p { color: rgb(211,138,235); }

 H1.HeaderClassName
 {
   color: #D38AEB;
 }
 .AnyTagClassName
 {
   color: #D38AEB;
 }
</style>

background-color css

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

 a { background-color: rgb(211,138,235); }

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

border-color css

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

 span { border-color: rgb(211,138,235); }

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