Html Css Color HEX #D38EEF Wisteria

📋 copy color: '#D38EEF'

red 211 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #D38EEF

Tints of Wisteria #D38EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 35.64%
G = 23.99%
B = 40.37%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D38EEF (or 0xD38EEF) is known color: Wisteria. HEX triplet: D3, 8E and EF. RGB value is (211,142,239). Sum of RGB (Red+Green+Blue) = 211+142+239=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #D38EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EEF is #2C7110. Grayscale: #ADADAD. Windows color (decimal): -2912529 or 15699667. OLE color: 15699667.

HSL color Cylindrical-coordinate representation of color #D38EEF: hue angle of 282.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D38EEF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 142 239 -
CMYK 0.12 0.41 0 0.06
HSL 282.68º 0.75% 0.75% -
HSV(B) 282.68º 0.41% 0.94% -
XYZ 52.12 39.43 86.52 -
YUV 173.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 211 142 239 0.12 0.41 0 0.06 282.68 0.75 0.75
Hex D3 8E EF C 29 0 6 11B 4B 4B
Octal 323 216 357 14 51 0 6 433 113 113
Binary 11010011 10001110 11101111 1100 101001 0 110 100011011 1001011 1001011

Color Harmonies of #D38EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EEF

Black with #D38EEF

Text Example


Text Example

White with #D38EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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