Html Css Color HEX #D194EA Wisteria

📋 copy color: '#D194EA'

red 209 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #D194EA

Tints of Wisteria #D194EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.04%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 35.36%
G = 25.04%
B = 39.59%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D194EA (or 0xD194EA) is known color: Wisteria. HEX triplet: D1, 94 and EA. RGB value is (209,148,234). Sum of RGB (Red+Green+Blue) = 209+148+234=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #D194EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194EA is #2E6B15. Grayscale: #AFAFAF. Windows color (decimal): -3042070 or 15373521. OLE color: 15373521.

HSL color Cylindrical-coordinate representation of color #D194EA: hue angle of 282.56º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D194EA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 148 234 -
CMYK 0.11 0.37 0 0.08
HSL 282.56º 0.67% 0.75% -
HSV(B) 282.56º 0.37% 0.92% -
XYZ 51.74 40.68 82.97 -
YUV 176.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 209 148 234 0.11 0.37 0 0.08 282.56 0.67 0.75
Hex D1 94 EA B 25 0 8 11B 43 4B
Octal 321 224 352 13 45 0 10 433 103 113
Binary 11010001 10010100 11101010 1011 100101 0 1000 100011011 1000011 1001011

Color Harmonies of #D194EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194EA

Black with #D194EA

Text Example


Text Example

White with #D194EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194EA; }

 p { color: rgb(209,148,234); }

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

background-color css

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

 a { background-color: rgb(209,148,234); }

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

border-color css

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

 span { border-color: rgb(209,148,234); }

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