Html Css Color HEX #D195DF Wisteria

📋 copy color: '#D195DF'

red 209 ◦ green 149 ◦ blue 223

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

Shades of Wisteria #D195DF

Tints of Wisteria #D195DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.65%

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 35.97%
G = 25.65%
B = 38.38%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D195DF (or 0xD195DF) is known color: Wisteria. HEX triplet: D1, 95 and DF. RGB value is (209,149,223). Sum of RGB (Red+Green+Blue) = 209+149+223=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D195DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195DF is #2E6A20. Grayscale: #AFAFAF. Windows color (decimal): -3041825 or 14652881. OLE color: 14652881.

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

Color convert

RGB 209 149 223 -
CMYK 0.06 0.33 0 0.13
HSL 288.65º 0.54% 0.73% -
HSV(B) 288.65º 0.33% 0.87% -
XYZ 50.36 40.38 74.95 -
YUV 175.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 209 149 223 0.06 0.33 0 0.13 288.65 0.54 0.73
Hex D1 95 DF 6 21 0 D 121 36 49
Octal 321 225 337 6 41 0 15 441 66 111
Binary 11010001 10010101 11011111 110 100001 0 1101 100100001 110110 1001001

Color Harmonies of #D195DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195DF

Black with #D195DF

Text Example


Text Example

White with #D195DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195DF; }

 p { color: rgb(209,149,223); }

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

background-color css

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

 a { background-color: rgb(209,149,223); }

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

border-color css

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

 span { border-color: rgb(209,149,223); }

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