#D08DED

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

Shades of Wisteria #D08DED

Tints of Wisteria #D08DED

Color information

#D08DED (or 0xD08DED) is unknown color: approx Wisteria. HEX triplet: D0, 8D and ED. RGB value is (208,141,237). Sum of RGB (Red+Green+Blue) = 208+141+237=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #D08DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DED is #2F7212. Grayscale: #ABABAB. Windows color (decimal): -3109395 or 15568336. OLE color: 15568336.

HSL color Cylindrical-coordinate representation of color #D08DED: hue angle of 281.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08DED is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208141237-
CMYK0.120.4100.07
HSL281.88º72.73%74.12%-
HSV(B)281.88º40.51%92.94%-
XYZ50.8238.5784.89-
YUV171.98164.7153.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=35.49%
G=24.06%
B=40.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081412370.120.4100.07281.8872.7374.12
HexD08DEDC290711a494a
Octal320215355145107432111112
Binary1101000010001101111011011100101001011110001101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DED; }

 p { color: rgb(208,141,237); }

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

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

 a { background-color: rgb(208,141,237); }

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

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

 span { border-color: rgb(208,141,237); }

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