Html Css Color HEX #D193DD Wisteria

📋 copy color: '#D193DD'

red 209 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #D193DD

Tints of Wisteria #D193DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 36.22%
G = 25.48%
B = 38.3%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D193DD (or 0xD193DD) is known color: Wisteria. HEX triplet: D1, 93 and DD. RGB value is (209,147,221). Sum of RGB (Red+Green+Blue) = 209+147+221=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D193DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193DD is #2E6C22. Grayscale: #ADADAD. Windows color (decimal): -3042339 or 14521297. OLE color: 14521297.

HSL color Cylindrical-coordinate representation of color #D193DD: hue angle of 290.27º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D193DD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 147 221 -
CMYK 0.05 0.33 0 0.13
HSL 290.27º 0.52% 0.72% -
HSV(B) 290.27º 0.33% 0.87% -
XYZ 49.78 39.64 73.43 -
YUV 173.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 209 147 221 0.05 0.33 0 0.13 290.27 0.52 0.72
Hex D1 93 DD 5 21 0 D 122 34 48
Octal 321 223 335 5 41 0 15 442 64 110
Binary 11010001 10010011 11011101 101 100001 0 1101 100100010 110100 1001000

Color Harmonies of #D193DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193DD

Black with #D193DD

Text Example


Text Example

White with #D193DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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