Html Css Color HEX #D193E4 Wisteria

📋 copy color: '#D193E4'

red 209 ◦ green 147 ◦ blue 228

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

Shades of Wisteria #D193E4

Tints of Wisteria #D193E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.04%

R = 35.79%
G = 25.17%
B = 39.04%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D193E4 (or 0xD193E4) is known color: Wisteria. HEX triplet: D1, 93 and E4. RGB value is (209,147,228). Sum of RGB (Red+Green+Blue) = 209+147+228=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #D193E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193E4 is #2E6C1B. Grayscale: #AEAEAE. Windows color (decimal): -3042332 or 14980049. OLE color: 14980049.

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

Color convert

RGB 209 147 228 -
CMYK 0.08 0.36 0 0.11
HSL 285.93º 0.6% 0.74% -
HSV(B) 285.93º 0.36% 0.89% -
XYZ 50.73 40.02 78.45 -
YUV 174.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 209 147 228 0.08 0.36 0 0.11 285.93 0.6 0.74
Hex D1 93 E4 8 24 0 B 11E 3C 4A
Octal 321 223 344 10 44 0 13 436 74 112
Binary 11010001 10010011 11100100 1000 100100 0 1011 100011110 111100 1001010

Color Harmonies of #D193E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193E4

Black with #D193E4

Text Example


Text Example

White with #D193E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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