Html Css Color HEX #D591E4 Wisteria

📋 copy color: '#D591E4'

red 213 ◦ green 145 ◦ blue 228

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

Shades of Wisteria #D591E4

Tints of Wisteria #D591E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.91%

R = 36.35%
G = 24.74%
B = 38.91%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D591E4 (or 0xD591E4) is known color: Wisteria. HEX triplet: D5, 91 and E4. RGB value is (213,145,228). Sum of RGB (Red+Green+Blue) = 213+145+228=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #D591E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591E4 is #2A6E1B. Grayscale: #AEAEAE. Windows color (decimal): -2780700 or 14979541. OLE color: 14979541.

HSL color Cylindrical-coordinate representation of color #D591E4: hue angle of 289.16º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D591E4 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 145 228 -
CMYK 0.07 0.36 0 0.11
HSL 289.16º 0.61% 0.73% -
HSV(B) 289.16º 0.36% 0.89% -
XYZ 51.57 40 78.4 -
YUV 174.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 213 145 228 0.07 0.36 0 0.11 289.16 0.61 0.73
Hex D5 91 E4 7 24 0 B 121 3D 49
Octal 325 221 344 7 44 0 13 441 75 111
Binary 11010101 10010001 11100100 111 100100 0 1011 100100001 111101 1001001

Color Harmonies of #D591E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591E4

Black with #D591E4

Text Example


Text Example

White with #D591E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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