Html Css Color HEX #D193E5 Wisteria

📋 copy color: '#D193E5'

red 209 ◦ green 147 ◦ blue 229

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

Shades of Wisteria #D193E5

Tints of Wisteria #D193E5

RGB

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

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

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

R = 35.73%
G = 25.13%
B = 39.15%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D193E5 (or 0xD193E5) is known color: Wisteria. HEX triplet: D1, 93 and E5. RGB value is (209,147,229). Sum of RGB (Red+Green+Blue) = 209+147+229=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #D193E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193E5 is #2E6C1A. Grayscale: #AEAEAE. Windows color (decimal): -3042331 or 15045585. OLE color: 15045585.

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

Color convert

RGB 209 147 229 -
CMYK 0.09 0.36 0 0.10
HSL 285.37º 0.61% 0.74% -
HSV(B) 285.37º 0.36% 0.9% -
XYZ 50.87 40.08 79.18 -
YUV 174.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 209 147 229 0.09 0.36 0 0.10 285.37 0.61 0.74
Hex D1 93 E5 9 24 0 A 11D 3D 4A
Octal 321 223 345 11 44 0 12 435 75 112
Binary 11010001 10010011 11100101 1001 100100 0 1010 100011101 111101 1001010

Color Harmonies of #D193E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193E5

Black with #D193E5

Text Example


Text Example

White with #D193E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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