Html Css Color HEX #D39EE1 Wisteria

📋 copy color: '#D39EE1'

red 211 ◦ green 158 ◦ blue 225

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

Shades of Wisteria #D39EE1

Tints of Wisteria #D39EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.88%

R = 35.52%
G = 26.6%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D39EE1 (or 0xD39EE1) is known color: Wisteria. HEX triplet: D3, 9E and E1. RGB value is (211,158,225). Sum of RGB (Red+Green+Blue) = 211+158+225=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D39EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EE1 is #2C611E. Grayscale: #B5B5B5. Windows color (decimal): -2908447 or 14786259. OLE color: 14786259.

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

Color convert

RGB 211 158 225 -
CMYK 0.06 0.30 0 0.12
HSL 287.46º 0.53% 0.75% -
HSV(B) 287.46º 0.3% 0.88% -
XYZ 52.68 43.74 76.9 -
YUV 181.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 211 158 225 0.06 0.30 0 0.12 287.46 0.53 0.75
Hex D3 9E E1 6 1E 0 C 11F 35 4B
Octal 323 236 341 6 36 0 14 437 65 113
Binary 11010011 10011110 11100001 110 11110 0 1100 100011111 110101 1001011

Color Harmonies of #D39EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EE1

Black with #D39EE1

Text Example


Text Example

White with #D39EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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