Html Css Color HEX #D193E2 Wisteria

📋 copy color: '#D193E2'

red 209 ◦ green 147 ◦ blue 226

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

Shades of Wisteria #D193E2

Tints of Wisteria #D193E2

RGB

 RED value IS 209 (82.03% from 255) = 35.91%

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

 BLUE value IS 226 (88.67% from 255) = 38.83%

R = 35.91%
G = 25.26%
B = 38.83%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D193E2 (or 0xD193E2) is known color: Wisteria. HEX triplet: D1, 93 and E2. RGB value is (209,147,226). Sum of RGB (Red+Green+Blue) = 209+147+226=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #D193E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193E2 is #2E6C1D. Grayscale: #AEAEAE. Windows color (decimal): -3042334 or 14848977. OLE color: 14848977.

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

Color convert

RGB 209 147 226 -
CMYK 0.08 0.35 0 0.11
HSL 287.09º 0.58% 0.73% -
HSV(B) 287.09º 0.35% 0.89% -
XYZ 50.46 39.91 77 -
YUV 174.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 209 147 226 0.08 0.35 0 0.11 287.09 0.58 0.73
Hex D1 93 E2 8 23 0 B 11F 3A 49
Octal 321 223 342 10 43 0 13 437 72 111
Binary 11010001 10010011 11100010 1000 100011 0 1011 100011111 111010 1001001

Color Harmonies of #D193E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193E2

Black with #D193E2

Text Example


Text Example

White with #D193E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193E2; }

 p { color: rgb(209,147,226); }

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

background-color css

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

 a { background-color: rgb(209,147,226); }

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

border-color css

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

 span { border-color: rgb(209,147,226); }

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