Html Css Color HEX #D193F6 Wisteria

📋 copy color: '#D193F6'

red 209 ◦ green 147 ◦ blue 246

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

Shades of Wisteria #D193F6

Tints of Wisteria #D193F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.86%

R = 34.72%
G = 24.42%
B = 40.86%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D193F6 (or 0xD193F6) is known color: Wisteria. HEX triplet: D1, 93 and F6. RGB value is (209,147,246). Sum of RGB (Red+Green+Blue) = 209+147+246=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #D193F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193F6 is #2E6C09. Grayscale: #B0B0B0. Windows color (decimal): -3042314 or 16159697. OLE color: 16159697.

HSL color Cylindrical-coordinate representation of color #D193F6: hue angle of 277.58º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D193F6 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 147 246 -
CMYK 0.15 0.40 0 0.04
HSL 277.58º 0.85% 0.77% -
HSV(B) 277.58º 0.4% 0.96% -
XYZ 53.36 41.08 92.3 -
YUV 176.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 209 147 246 0.15 0.40 0 0.04 277.58 0.85 0.77
Hex D1 93 F6 F 28 0 4 116 55 4D
Octal 321 223 366 17 50 0 4 426 125 115
Binary 11010001 10010011 11110110 1111 101000 0 100 100010110 1010101 1001101

Color Harmonies of #D193F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193F6

Black with #D193F6

Text Example


Text Example

White with #D193F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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