#D190DC

Color #D190DC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D190DC

Tints of Wisteria #D190DC

Color information

#D190DC (or 0xD190DC) is unknown color: approx 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

RGB209144220-
CMYK0.050.3500.14
HSL291.32º52.05%71.37%-
HSV(B)291.32º34.55%86.27%-
XYZ49.1938.6772.58-
YUV172.1155.03154.32-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091442200.050.3500.14291.3252.0571.37
HexD190DC5230E1233447
Octal32122033454301644364107
Binary110100011001000011011100101100011011101001000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>