Html Css Color HEX #D194EF Wisteria

📋 copy color: '#D194EF'

red 209 ◦ green 148 ◦ blue 239

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

Shades of Wisteria #D194EF

Tints of Wisteria #D194EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 35.07%
G = 24.83%
B = 40.1%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D194EF (or 0xD194EF) is known color: Wisteria. HEX triplet: D1, 94 and EF. RGB value is (209,148,239). Sum of RGB (Red+Green+Blue) = 209+148+239=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #D194EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194EF is #2E6B10. Grayscale: #B0B0B0. Windows color (decimal): -3042065 or 15701201. OLE color: 15701201.

HSL color Cylindrical-coordinate representation of color #D194EF: hue angle of 280.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D194EF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 148 239 -
CMYK 0.13 0.38 0 0.06
HSL 280.22º 0.74% 0.76% -
HSV(B) 280.22º 0.38% 0.94% -
XYZ 52.46 40.97 86.8 -
YUV 176.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 209 148 239 0.13 0.38 0 0.06 280.22 0.74 0.76
Hex D1 94 EF D 26 0 6 118 4A 4C
Octal 321 224 357 15 46 0 6 430 112 114
Binary 11010001 10010100 11101111 1101 100110 0 110 100011000 1001010 1001100

Color Harmonies of #D194EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194EF

Black with #D194EF

Text Example


Text Example

White with #D194EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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