Html Css Color HEX #D190DC Wisteria

📋 copy color: '#D190DC'

red 209 ◦ green 144 ◦ blue 220

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

Shades of Wisteria #D190DC

Tints of Wisteria #D190DC

RGB

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

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

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

R = 36.47%
G = 25.13%
B = 38.39%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D190DC (or 0xD190DC) is known color: Wisteria. HEX triplet: D1, 90 and DC. RGB value is (209,144,220). Sum of RGB (Red+Green+Blue) = 209+144+220=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #D190DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190DC is #2E6F23. Grayscale: #ABABAB. Windows color (decimal): -3043108 or 14454993. OLE color: 14454993.

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

Color convert

RGB 209 144 220 -
CMYK 0.05 0.35 0 0.14
HSL 291.32º 0.52% 0.71% -
HSV(B) 291.32º 0.35% 0.86% -
XYZ 49.19 38.67 72.58 -
YUV 172.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 209 144 220 0.05 0.35 0 0.14 291.32 0.52 0.71
Hex D1 90 DC 5 23 0 E 123 34 47
Octal 321 220 334 5 43 0 16 443 64 107
Binary 11010001 10010000 11011100 101 100011 0 1110 100100011 110100 1000111

Color Harmonies of #D190DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D190DC

Black with #D190DC

Text Example


Text Example

White with #D190DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D190DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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