Html Css Color HEX #D19BDC Wisteria

📋 copy color: '#D19BDC'

red 209 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #D19BDC

Tints of Wisteria #D19BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.54%

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

R = 35.79%
G = 26.54%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D19BDC (or 0xD19BDC) is known color: Wisteria. HEX triplet: D1, 9B and DC. RGB value is (209,155,220). Sum of RGB (Red+Green+Blue) = 209+155+220=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D19BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BDC is #2E6423. Grayscale: #B2B2B2. Windows color (decimal): -3040292 or 14457809. OLE color: 14457809.

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

Color convert

RGB 209 155 220 -
CMYK 0.05 0.30 0 0.14
HSL 289.85º 0.48% 0.74% -
HSV(B) 289.85º 0.3% 0.86% -
XYZ 50.93 42.17 73.16 -
YUV 178.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 209 155 220 0.05 0.30 0 0.14 289.85 0.48 0.74
Hex D1 9B DC 5 1E 0 E 122 30 4A
Octal 321 233 334 5 36 0 16 442 60 112
Binary 11010001 10011011 11011100 101 11110 0 1110 100100010 110000 1001010

Color Harmonies of #D19BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19BDC

Black with #D19BDC

Text Example


Text Example

White with #D19BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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