Html Css Color HEX #D590E5 Wisteria

📋 copy color: '#D590E5'

red 213 ◦ green 144 ◦ blue 229

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

Shades of Wisteria #D590E5

Tints of Wisteria #D590E5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.57%

 BLUE value IS 229 (89.84% from 255) = 39.08%

R = 36.35%
G = 24.57%
B = 39.08%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D590E5 (or 0xD590E5) is known color: Wisteria. HEX triplet: D5, 90 and E5. RGB value is (213,144,229). Sum of RGB (Red+Green+Blue) = 213+144+229=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #D590E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590E5 is #2A6F1A. Grayscale: #AEAEAE. Windows color (decimal): -2780955 or 15044821. OLE color: 15044821.

HSL color Cylindrical-coordinate representation of color #D590E5: hue angle of 288.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D590E5 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 144 229 -
CMYK 0.07 0.37 0 0.10
HSL 288.71º 0.62% 0.73% -
HSV(B) 288.71º 0.37% 0.9% -
XYZ 51.56 39.75 79.08 -
YUV 174.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 213 144 229 0.07 0.37 0 0.10 288.71 0.62 0.73
Hex D5 90 E5 7 25 0 A 121 3E 49
Octal 325 220 345 7 45 0 12 441 76 111
Binary 11010101 10010000 11100101 111 100101 0 1010 100100001 111110 1001001

Color Harmonies of #D590E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590E5

Black with #D590E5

Text Example


Text Example

White with #D590E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590E5; }

 p { color: rgb(213,144,229); }

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

background-color css

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

 a { background-color: rgb(213,144,229); }

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

border-color css

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

 span { border-color: rgb(213,144,229); }

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