Html Css Color HEX #D591ED Wisteria

📋 copy color: '#D591ED'

red 213 ◦ green 145 ◦ blue 237

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

Shades of Wisteria #D591ED

Tints of Wisteria #D591ED

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.37%

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

R = 35.8%
G = 24.37%
B = 39.83%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D591ED (or 0xD591ED) is known color: Wisteria. HEX triplet: D5, 91 and ED. RGB value is (213,145,237). Sum of RGB (Red+Green+Blue) = 213+145+237=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #D591ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591ED is #2A6E12. Grayscale: #AFAFAF. Windows color (decimal): -2780691 or 15569365. OLE color: 15569365.

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

Color convert

RGB 213 145 237 -
CMYK 0.10 0.39 0 0.07
HSL 284.35º 0.72% 0.75% -
HSV(B) 284.35º 0.39% 0.93% -
XYZ 52.85 40.51 85.15 -
YUV 175.82 162.53 154.52 -
System Red Green Blue C M Y K H S L
Decimal 213 145 237 0.10 0.39 0 0.07 284.35 0.72 0.75
Hex D5 91 ED A 27 0 7 11C 48 4B
Octal 325 221 355 12 47 0 7 434 110 113
Binary 11010101 10010001 11101101 1010 100111 0 111 100011100 1001000 1001011

Color Harmonies of #D591ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591ED

Black with #D591ED

Text Example


Text Example

White with #D591ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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