Html Css Color HEX #D19FDC Wisteria

📋 copy color: '#D19FDC'

red 209 ◦ green 159 ◦ blue 220

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

Shades of Wisteria #D19FDC

Tints of Wisteria #D19FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.04%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 35.54%
G = 27.04%
B = 37.41%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D19FDC (or 0xD19FDC) is known color: Wisteria. HEX triplet: D1, 9F and DC. RGB value is (209,159,220). Sum of RGB (Red+Green+Blue) = 209+159+220=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D19FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FDC is #2E6023. Grayscale: #B4B4B4. Windows color (decimal): -3039268 or 14458833. OLE color: 14458833.

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

Color convert

RGB 209 159 220 -
CMYK 0.05 0.28 0 0.14
HSL 289.18º 0.47% 0.74% -
HSV(B) 289.18º 0.28% 0.86% -
XYZ 51.61 43.52 73.39 -
YUV 180.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 209 159 220 0.05 0.28 0 0.14 289.18 0.47 0.74
Hex D1 9F DC 5 1C 0 E 121 2F 4A
Octal 321 237 334 5 34 0 16 441 57 112
Binary 11010001 10011111 11011100 101 11100 0 1110 100100001 101111 1001010

Color Harmonies of #D19FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19FDC

Black with #D19FDC

Text Example


Text Example

White with #D19FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19FDC; }

 p { color: rgb(209,159,220); }

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

background-color css

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

 a { background-color: rgb(209,159,220); }

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

border-color css

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

 span { border-color: rgb(209,159,220); }

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