Html Css Color HEX #D38DEA Wisteria

📋 copy color: '#D38DEA'

red 211 ◦ green 141 ◦ blue 234

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

Shades of Wisteria #D38DEA

Tints of Wisteria #D38DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.06%

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 36.01%
G = 24.06%
B = 39.93%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D38DEA (or 0xD38DEA) is known color: Wisteria. HEX triplet: D3, 8D and EA. RGB value is (211,141,234). Sum of RGB (Red+Green+Blue) = 211+141+234=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #D38DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DEA is #2C7215. Grayscale: #ACACAC. Windows color (decimal): -2912790 or 15371731. OLE color: 15371731.

HSL color Cylindrical-coordinate representation of color #D38DEA: hue angle of 285.16º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D38DEA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 141 234 -
CMYK 0.10 0.40 0 0.08
HSL 285.16º 0.69% 0.74% -
HSV(B) 285.16º 0.4% 0.92% -
XYZ 51.24 38.84 82.64 -
YUV 172.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 211 141 234 0.10 0.40 0 0.08 285.16 0.69 0.74
Hex D3 8D EA A 28 0 8 11D 45 4A
Octal 323 215 352 12 50 0 10 435 105 112
Binary 11010011 10001101 11101010 1010 101000 0 1000 100011101 1000101 1001010

Color Harmonies of #D38DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DEA

Black with #D38DEA

Text Example


Text Example

White with #D38DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DEA; }

 p { color: rgb(211,141,234); }

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

background-color css

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

 a { background-color: rgb(211,141,234); }

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

border-color css

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

 span { border-color: rgb(211,141,234); }

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