Html Css Color HEX #D593E6 Wisteria

📋 copy color: '#D593E6'

red 213 ◦ green 147 ◦ blue 230

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

Shades of Wisteria #D593E6

Tints of Wisteria #D593E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 36.1%
G = 24.92%
B = 38.98%

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

#D593E6 (or 0xD593E6) is known color: Wisteria. HEX triplet: D5, 93 and E6. RGB value is (213,147,230). Sum of RGB (Red+Green+Blue) = 213+147+230=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #D593E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593E6 is #2A6C19. Grayscale: #AFAFAF. Windows color (decimal): -2780186 or 15111125. OLE color: 15111125.

HSL color Cylindrical-coordinate representation of color #D593E6: hue angle of 287.71º degrees, saturation: 0.62, 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 #D593E6 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 147 230 -
CMYK 0.07 0.36 0 0.10
HSL 287.71º 0.62% 0.74% -
HSV(B) 287.71º 0.36% 0.9% -
XYZ 52.16 40.73 79.97 -
YUV 176.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 213 147 230 0.07 0.36 0 0.10 287.71 0.62 0.74
Hex D5 93 E6 7 24 0 A 120 3E 4A
Octal 325 223 346 7 44 0 12 440 76 112
Binary 11010101 10010011 11100110 111 100100 0 1010 100100000 111110 1001010

Color Harmonies of #D593E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593E6

Black with #D593E6

Text Example


Text Example

White with #D593E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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