#D091DD

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

Shades of Wisteria #D091DD

Tints of Wisteria #D091DD

Color information

#D091DD (or 0xD091DD) is unknown color: approx Wisteria. HEX triplet: D0, 91 and DD. RGB value is (208,145,221). Sum of RGB (Red+Green+Blue) = 208+145+221=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D091DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091DD is #2F6E22. Grayscale: #ACACAC. Windows color (decimal): -3108387 or 14520784. OLE color: 14520784.

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

Color convert

RGB208145221-
CMYK0.060.3400.13
HSL289.74º52.78%71.76%-
HSV(B)289.74º34.39%86.67%-
XYZ49.1938.8873.32-
YUV172.5155.37153.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=36.24%
G=25.26%
B=38.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081452210.060.3400.13289.7452.7871.76
HexD091DD6220D1223548
Octal32022133564201544265110
Binary110100001001000111011101110100010011011001000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091DD; }

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

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

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

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

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

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

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

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