Html Css Color HEX #D39AE6 Wisteria

📋 copy color: '#D39AE6'

red 211 ◦ green 154 ◦ blue 230

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

Shades of Wisteria #D39AE6

Tints of Wisteria #D39AE6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.88%

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 35.46%
G = 25.88%
B = 38.66%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D39AE6 (or 0xD39AE6) is known color: Wisteria. HEX triplet: D3, 9A and E6. RGB value is (211,154,230). Sum of RGB (Red+Green+Blue) = 211+154+230=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #D39AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AE6 is #2C6519. Grayscale: #B3B3B3. Windows color (decimal): -2909466 or 15112915. OLE color: 15112915.

HSL color Cylindrical-coordinate representation of color #D39AE6: hue angle of 285º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D39AE6 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 154 230 -
CMYK 0.08 0.33 0 0.10
HSL 285º 0.6% 0.75% -
HSV(B) 285º 0.33% 0.9% -
XYZ 52.7 42.67 80.32 -
YUV 179.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 211 154 230 0.08 0.33 0 0.10 285 0.6 0.75
Hex D3 9A E6 8 21 0 A 11D 3C 4B
Octal 323 232 346 10 41 0 12 435 74 113
Binary 11010011 10011010 11100110 1000 100001 0 1010 100011101 111100 1001011

Color Harmonies of #D39AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39AE6

Black with #D39AE6

Text Example


Text Example

White with #D39AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39AE6; }

 p { color: rgb(211,154,230); }

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

background-color css

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

 a { background-color: rgb(211,154,230); }

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

border-color css

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

 span { border-color: rgb(211,154,230); }

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