Html Css Color HEX #D194DB Wisteria

📋 copy color: '#D194DB'

red 209 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #D194DB

Tints of Wisteria #D194DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 36.28%
G = 25.69%
B = 38.02%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D194DB (or 0xD194DB) is known color: Wisteria. HEX triplet: D1, 94 and DB. RGB value is (209,148,219). Sum of RGB (Red+Green+Blue) = 209+148+219=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D194DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194DB is #2E6B24. Grayscale: #AEAEAE. Windows color (decimal): -3042085 or 14390481. OLE color: 14390481.

HSL color Cylindrical-coordinate representation of color #D194DB: hue angle of 291.55º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D194DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 148 219 -
CMYK 0.05 0.32 0 0.14
HSL 291.55º 0.5% 0.72% -
HSV(B) 291.55º 0.32% 0.86% -
XYZ 49.67 39.85 72.09 -
YUV 174.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 209 148 219 0.05 0.32 0 0.14 291.55 0.5 0.72
Hex D1 94 DB 5 20 0 E 124 32 48
Octal 321 224 333 5 40 0 16 444 62 110
Binary 11010001 10010100 11011011 101 100000 0 1110 100100100 110010 1001000

Color Harmonies of #D194DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194DB

Black with #D194DB

Text Example


Text Example

White with #D194DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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