Html Css Color HEX #D38EED Wisteria

📋 copy color: '#D38EED'

red 211 ◦ green 142 ◦ blue 237

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

Shades of Wisteria #D38EED

Tints of Wisteria #D38EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 35.76%
G = 24.07%
B = 40.17%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D38EED (or 0xD38EED) is known color: Wisteria. HEX triplet: D3, 8E and ED. RGB value is (211,142,237). Sum of RGB (Red+Green+Blue) = 211+142+237=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D38EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EED is #2C7112. Grayscale: #ADADAD. Windows color (decimal): -2912531 or 15568595. OLE color: 15568595.

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

Color convert

RGB 211 142 237 -
CMYK 0.11 0.40 0 0.07
HSL 283.58º 0.73% 0.74% -
HSV(B) 283.58º 0.4% 0.93% -
XYZ 51.82 39.31 84.98 -
YUV 173.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 211 142 237 0.11 0.40 0 0.07 283.58 0.73 0.74
Hex D3 8E ED B 28 0 7 11C 49 4A
Octal 323 216 355 13 50 0 7 434 111 112
Binary 11010011 10001110 11101101 1011 101000 0 111 100011100 1001001 1001010

Color Harmonies of #D38EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EED

Black with #D38EED

Text Example


Text Example

White with #D38EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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