Html Css Color HEX #D38DEE Wisteria

📋 copy color: '#D38DEE'

red 211 ◦ green 141 ◦ blue 238

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

Shades of Wisteria #D38DEE

Tints of Wisteria #D38DEE

RGB

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

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

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

R = 35.76%
G = 23.9%
B = 40.34%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D38DEE (or 0xD38DEE) is known color: Wisteria. HEX triplet: D3, 8D and EE. RGB value is (211,141,238). Sum of RGB (Red+Green+Blue) = 211+141+238=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #D38DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DEE is #2C7211. Grayscale: #ACACAC. Windows color (decimal): -2912786 or 15633875. OLE color: 15633875.

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

Color convert

RGB 211 141 238 -
CMYK 0.11 0.41 0 0.07
HSL 283.3º 0.74% 0.74% -
HSV(B) 283.3º 0.41% 0.93% -
XYZ 51.82 39.07 85.7 -
YUV 172.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 211 141 238 0.11 0.41 0 0.07 283.3 0.74 0.74
Hex D3 8D EE B 29 0 7 11B 4A 4A
Octal 323 215 356 13 51 0 7 433 112 112
Binary 11010011 10001101 11101110 1011 101001 0 111 100011011 1001010 1001010

Color Harmonies of #D38DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DEE

Black with #D38DEE

Text Example


Text Example

White with #D38DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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