Html Css Color HEX #D38AEE Wisteria

📋 copy color: '#D38AEE'

red 211 ◦ green 138 ◦ blue 238

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

Shades of Wisteria #D38AEE

Tints of Wisteria #D38AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 35.95%
G = 23.51%
B = 40.55%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D38AEE (or 0xD38AEE) is known color: Wisteria. HEX triplet: D3, 8A and EE. RGB value is (211,138,238). Sum of RGB (Red+Green+Blue) = 211+138+238=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #D38AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AEE is #2C7511. Grayscale: #AAAAAA. Windows color (decimal): -2913554 or 15633107. OLE color: 15633107.

HSL color Cylindrical-coordinate representation of color #D38AEE: hue angle of 283.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D38AEE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 138 238 -
CMYK 0.11 0.42 0 0.07
HSL 283.8º 0.75% 0.74% -
HSV(B) 283.8º 0.42% 0.93% -
XYZ 51.39 38.2 85.55 -
YUV 171.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 211 138 238 0.11 0.42 0 0.07 283.8 0.75 0.74
Hex D3 8A EE B 2A 0 7 11C 4B 4A
Octal 323 212 356 13 52 0 7 434 113 112
Binary 11010011 10001010 11101110 1011 101010 0 111 100011100 1001011 1001010

Color Harmonies of #D38AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AEE

Black with #D38AEE

Text Example


Text Example

White with #D38AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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