Html Css Color HEX #D593E5 Wisteria

📋 copy color: '#D593E5'

red 213 ◦ green 147 ◦ blue 229

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

Shades of Wisteria #D593E5

Tints of Wisteria #D593E5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.96%

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

R = 36.16%
G = 24.96%
B = 38.88%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D593E5 (or 0xD593E5) is known color: Wisteria. HEX triplet: D5, 93 and E5. RGB value is (213,147,229). Sum of RGB (Red+Green+Blue) = 213+147+229=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #D593E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593E5 is #2A6C1A. Grayscale: #AFAFAF. Windows color (decimal): -2780187 or 15045589. OLE color: 15045589.

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

Color convert

RGB 213 147 229 -
CMYK 0.07 0.36 0 0.10
HSL 288.29º 0.61% 0.74% -
HSV(B) 288.29º 0.36% 0.9% -
XYZ 52.02 40.67 79.24 -
YUV 176.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 213 147 229 0.07 0.36 0 0.10 288.29 0.61 0.74
Hex D5 93 E5 7 24 0 A 120 3D 4A
Octal 325 223 345 7 44 0 12 440 75 112
Binary 11010101 10010011 11100101 111 100100 0 1010 100100000 111101 1001010

Color Harmonies of #D593E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593E5

Black with #D593E5

Text Example


Text Example

White with #D593E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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