#D091DC

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

Shades of Wisteria #D091DC

Tints of Wisteria #D091DC

Color information

#D091DC (or 0xD091DC) is unknown color: approx Wisteria. HEX triplet: D0, 91 and DC. RGB value is (208,145,220). Sum of RGB (Red+Green+Blue) = 208+145+220=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 145 (57.03% from 255 or 25.31% 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 #D091DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091DC is #2F6E23. Grayscale: #ACACAC. Windows color (decimal): -3108388 or 14455248. OLE color: 14455248.

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

Color convert

RGB208145220-
CMYK0.050.3400.14
HSL290.4º51.72%71.57%-
HSV(B)290.4º34.09%86.27%-
XYZ49.0638.8372.62-
YUV172.39154.87153.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=36.30%
G=25.31%
B=38.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081452200.050.3400.14290.451.7271.57
HexD091DC5220E1223448
Octal32022133454201644264110
Binary110100001001000111011100101100010011101001000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091DC; }

 p { color: rgb(208,145,220); }

 H1.HeaderClassName
 {
   color: #D091DC;
 }
 .AnyTagClassName
 {
   color: #D091DC;
 }
</style>
background-color css

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

 a { background-color: rgb(208,145,220); }

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

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

 span { border-color: rgb(208,145,220); }

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