Html Css Color HEX #D59AE6 Wisteria

📋 copy color: '#D59AE6'

red 213 ◦ green 154 ◦ blue 230

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

Shades of Wisteria #D59AE6

Tints of Wisteria #D59AE6

RGB

 RED value IS 213 (83.59% from 255) = 35.68%

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

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

R = 35.68%
G = 25.8%
B = 38.53%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D59AE6 (or 0xD59AE6) is known color: Wisteria. HEX triplet: D5, 9A and E6. RGB value is (213,154,230). Sum of RGB (Red+Green+Blue) = 213+154+230=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #D59AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AE6 is #2A6519. Grayscale: #B4B4B4. Windows color (decimal): -2778394 or 15112917. OLE color: 15112917.

HSL color Cylindrical-coordinate representation of color #D59AE6: hue angle of 286.58º 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 #D59AE6 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 154 230 -
CMYK 0.07 0.33 0 0.10
HSL 286.58º 0.6% 0.75% -
HSV(B) 286.58º 0.33% 0.9% -
XYZ 53.28 42.97 80.35 -
YUV 180.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 213 154 230 0.07 0.33 0 0.10 286.58 0.6 0.75
Hex D5 9A E6 7 21 0 A 11F 3C 4B
Octal 325 232 346 7 41 0 12 437 74 113
Binary 11010101 10011010 11100110 111 100001 0 1010 100011111 111100 1001011

Color Harmonies of #D59AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AE6

Black with #D59AE6

Text Example


Text Example

White with #D59AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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