Html Css Color HEX #D593EE Wisteria

📋 copy color: '#D593EE'

red 213 ◦ green 147 ◦ blue 238

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

Shades of Wisteria #D593EE

Tints of Wisteria #D593EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 35.62%
G = 24.58%
B = 39.8%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D593EE (or 0xD593EE) is known color: Wisteria. HEX triplet: D5, 93 and EE. RGB value is (213,147,238). Sum of RGB (Red+Green+Blue) = 213+147+238=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #D593EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593EE is #2A6C11. Grayscale: #B0B0B0. Windows color (decimal): -2780178 or 15635413. OLE color: 15635413.

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

Color convert

RGB 213 147 238 -
CMYK 0.11 0.38 0 0.07
HSL 283.52º 0.73% 0.75% -
HSV(B) 283.52º 0.38% 0.93% -
XYZ 53.31 41.19 86.03 -
YUV 177.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 213 147 238 0.11 0.38 0 0.07 283.52 0.73 0.75
Hex D5 93 EE B 26 0 7 11C 49 4B
Octal 325 223 356 13 46 0 7 434 111 113
Binary 11010101 10010011 11101110 1011 100110 0 111 100011100 1001001 1001011

Color Harmonies of #D593EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593EE

Black with #D593EE

Text Example


Text Example

White with #D593EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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