Html Css Color HEX #D39EDE Wisteria

📋 copy color: '#D39EDE'

red 211 ◦ green 158 ◦ blue 222

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

Shades of Wisteria #D39EDE

Tints of Wisteria #D39EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.73%

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 35.7%
G = 26.73%
B = 37.56%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D39EDE (or 0xD39EDE) is known color: Wisteria. HEX triplet: D3, 9E and DE. RGB value is (211,158,222). Sum of RGB (Red+Green+Blue) = 211+158+222=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDE is #2C6121. Grayscale: #B4B4B4. Windows color (decimal): -2908450 or 14589651. OLE color: 14589651.

HSL color Cylindrical-coordinate representation of color #D39EDE: hue angle of 289.69º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39EDE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 158 222 -
CMYK 0.05 0.29 0 0.13
HSL 289.69º 0.49% 0.75% -
HSV(B) 289.69º 0.29% 0.87% -
XYZ 52.28 43.58 74.76 -
YUV 181.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 211 158 222 0.05 0.29 0 0.13 289.69 0.49 0.75
Hex D3 9E DE 5 1D 0 D 122 31 4B
Octal 323 236 336 5 35 0 15 442 61 113
Binary 11010011 10011110 11011110 101 11101 0 1101 100100010 110001 1001011

Color Harmonies of #D39EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EDE

Black with #D39EDE

Text Example


Text Example

White with #D39EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EDE; }

 p { color: rgb(211,158,222); }

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

background-color css

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

 a { background-color: rgb(211,158,222); }

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

border-color css

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

 span { border-color: rgb(211,158,222); }

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