Html Css Color HEX #D190DE Wisteria

📋 copy color: '#D190DE'

red 209 ◦ green 144 ◦ blue 222

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

Shades of Wisteria #D190DE

Tints of Wisteria #D190DE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.04%

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 36.35%
G = 25.04%
B = 38.61%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D190DE (or 0xD190DE) is known color: Wisteria. HEX triplet: D1, 90 and DE. RGB value is (209,144,222). Sum of RGB (Red+Green+Blue) = 209+144+222=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #D190DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190DE is #2E6F21. Grayscale: #ACACAC. Windows color (decimal): -3043106 or 14586065. OLE color: 14586065.

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

Color convert

RGB 209 144 222 -
CMYK 0.06 0.35 0 0.13
HSL 290º 0.54% 0.72% -
HSV(B) 290º 0.35% 0.87% -
XYZ 49.45 38.78 73.99 -
YUV 172.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 209 144 222 0.06 0.35 0 0.13 290 0.54 0.72
Hex D1 90 DE 6 23 0 D 122 36 48
Octal 321 220 336 6 43 0 15 442 66 110
Binary 11010001 10010000 11011110 110 100011 0 1101 100100010 110110 1001000

Color Harmonies of #D190DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D190DE

Black with #D190DE

Text Example


Text Example

White with #D190DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D190DE; }

 p { color: rgb(209,144,222); }

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

background-color css

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

 a { background-color: rgb(209,144,222); }

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

border-color css

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

 span { border-color: rgb(209,144,222); }

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