Html Css Color HEX #D193EE Wisteria

📋 copy color: '#D193EE'

red 209 ◦ green 147 ◦ blue 238

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

Shades of Wisteria #D193EE

Tints of Wisteria #D193EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 35.19%
G = 24.75%
B = 40.07%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D193EE (or 0xD193EE) is known color: Wisteria. HEX triplet: D1, 93 and EE. RGB value is (209,147,238). Sum of RGB (Red+Green+Blue) = 209+147+238=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D193EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193EE is #2E6C11. Grayscale: #AFAFAF. Windows color (decimal): -3042322 or 15635409. OLE color: 15635409.

HSL color Cylindrical-coordinate representation of color #D193EE: hue angle of 280.88º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D193EE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 147 238 -
CMYK 0.12 0.38 0 0.07
HSL 280.88º 0.73% 0.75% -
HSV(B) 280.88º 0.38% 0.93% -
XYZ 52.16 40.6 85.98 -
YUV 175.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 209 147 238 0.12 0.38 0 0.07 280.88 0.73 0.75
Hex D1 93 EE C 26 0 7 119 49 4B
Octal 321 223 356 14 46 0 7 431 111 113
Binary 11010001 10010011 11101110 1100 100110 0 111 100011001 1001001 1001011

Color Harmonies of #D193EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193EE

Black with #D193EE

Text Example


Text Example

White with #D193EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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