Html Css Color HEX #D39EE0 Wisteria

📋 copy color: '#D39EE0'

red 211 ◦ green 158 ◦ blue 224

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

Shades of Wisteria #D39EE0

Tints of Wisteria #D39EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 35.58%
G = 26.64%
B = 37.77%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D39EE0 (or 0xD39EE0) is known color: Wisteria. HEX triplet: D3, 9E and E0. RGB value is (211,158,224). Sum of RGB (Red+Green+Blue) = 211+158+224=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #D39EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EE0 is #2C611F. Grayscale: #B5B5B5. Windows color (decimal): -2908448 or 14720723. OLE color: 14720723.

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

Color convert

RGB 211 158 224 -
CMYK 0.06 0.29 0 0.12
HSL 288.18º 0.52% 0.75% -
HSV(B) 288.18º 0.29% 0.88% -
XYZ 52.55 43.68 76.18 -
YUV 181.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 211 158 224 0.06 0.29 0 0.12 288.18 0.52 0.75
Hex D3 9E E0 6 1D 0 C 120 34 4B
Octal 323 236 340 6 35 0 14 440 64 113
Binary 11010011 10011110 11100000 110 11101 0 1100 100100000 110100 1001011

Color Harmonies of #D39EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EE0

Black with #D39EE0

Text Example


Text Example

White with #D39EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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