Html Css Color HEX #D59AED Wisteria

📋 copy color: '#D59AED'

red 213 ◦ green 154 ◦ blue 237

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

Shades of Wisteria #D59AED

Tints of Wisteria #D59AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 35.26%
G = 25.5%
B = 39.24%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D59AED (or 0xD59AED) is known color: Wisteria. HEX triplet: D5, 9A and ED. RGB value is (213,154,237). Sum of RGB (Red+Green+Blue) = 213+154+237=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AED is #2A6512. Grayscale: #B4B4B4. Windows color (decimal): -2778387 or 15571669. OLE color: 15571669.

HSL color Cylindrical-coordinate representation of color #D59AED: hue angle of 282.65º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59AED is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 154 237 -
CMYK 0.10 0.35 0 0.07
HSL 282.65º 0.7% 0.77% -
HSV(B) 282.65º 0.35% 0.93% -
XYZ 54.28 43.37 85.63 -
YUV 181.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 213 154 237 0.10 0.35 0 0.07 282.65 0.7 0.77
Hex D5 9A ED A 23 0 7 11B 46 4D
Octal 325 232 355 12 43 0 7 433 106 115
Binary 11010101 10011010 11101101 1010 100011 0 111 100011011 1000110 1001101

Color Harmonies of #D59AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AED

Black with #D59AED

Text Example


Text Example

White with #D59AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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