Html Css Color HEX #D38EEB Wisteria

📋 copy color: '#D38EEB'

red 211 ◦ green 142 ◦ blue 235

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

Shades of Wisteria #D38EEB

Tints of Wisteria #D38EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.15%

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

R = 35.88%
G = 24.15%
B = 39.97%

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

#D38EEB (or 0xD38EEB) is known color: Wisteria. HEX triplet: D3, 8E and EB. RGB value is (211,142,235). Sum of RGB (Red+Green+Blue) = 211+142+235=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #D38EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EEB is #2C7114. Grayscale: #ACACAC. Windows color (decimal): -2912533 or 15437523. OLE color: 15437523.

HSL color Cylindrical-coordinate representation of color #D38EEB: hue angle of 284.52º degrees, saturation: 0.7, 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 #D38EEB is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 142 235 -
CMYK 0.10 0.40 0 0.08
HSL 284.52º 0.7% 0.74% -
HSV(B) 284.52º 0.4% 0.92% -
XYZ 51.53 39.19 83.45 -
YUV 173.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 211 142 235 0.10 0.40 0 0.08 284.52 0.7 0.74
Hex D3 8E EB A 28 0 8 11D 46 4A
Octal 323 216 353 12 50 0 10 435 106 112
Binary 11010011 10001110 11101011 1010 101000 0 1000 100011101 1000110 1001010

Color Harmonies of #D38EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EEB

Black with #D38EEB

Text Example


Text Example

White with #D38EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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