Html Css Color HEX #D194DD Wisteria

📋 copy color: '#D194DD'

red 209 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #D194DD

Tints of Wisteria #D194DD

RGB

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

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

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

R = 36.16%
G = 25.61%
B = 38.24%

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

#D194DD (or 0xD194DD) is known color: Wisteria. HEX triplet: D1, 94 and DD. RGB value is (209,148,221). Sum of RGB (Red+Green+Blue) = 209+148+221=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D194DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194DD is #2E6B22. Grayscale: #AEAEAE. Windows color (decimal): -3042083 or 14521553. OLE color: 14521553.

HSL color Cylindrical-coordinate representation of color #D194DD: hue angle of 290.14º 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 #D194DD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 148 221 -
CMYK 0.05 0.33 0 0.13
HSL 290.14º 0.52% 0.72% -
HSV(B) 290.14º 0.33% 0.87% -
XYZ 49.94 39.96 73.49 -
YUV 174.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 209 148 221 0.05 0.33 0 0.13 290.14 0.52 0.72
Hex D1 94 DD 5 21 0 D 122 34 48
Octal 321 224 335 5 41 0 15 442 64 110
Binary 11010001 10010100 11011101 101 100001 0 1101 100100010 110100 1001000

Color Harmonies of #D194DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194DD

Black with #D194DD

Text Example


Text Example

White with #D194DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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