#D095DD

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

Shades of Wisteria #D095DD

Tints of Wisteria #D095DD

Color information

#D095DD (or 0xD095DD) is unknown color: approx Wisteria. HEX triplet: D0, 95 and DD. RGB value is (208,149,221). Sum of RGB (Red+Green+Blue) = 208+149+221=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D095DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095DD is #2F6A22. Grayscale: #AEAEAE. Windows color (decimal): -3107363 or 14521808. OLE color: 14521808.

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

Color convert

RGB208149221-
CMYK0.060.3300.13
HSL289.17º51.43%72.55%-
HSV(B)289.17º32.58%86.67%-
XYZ49.8140.1373.53-
YUV174.85154.05151.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=35.99%
G=25.78%
B=38.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081492210.060.3300.13289.1751.4372.55
HexD095DD6210D1213349
Octal32022533564101544163111
Binary110100001001010111011101110100001011011001000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095DD; }

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

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

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

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

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

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

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

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