#D087DE

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

Shades of Wisteria #D087DE

Tints of Wisteria #D087DE

Color information

#D087DE (or 0xD087DE) is unknown color: approx Wisteria. HEX triplet: D0, 87 and DE. RGB value is (208,135,222). Sum of RGB (Red+Green+Blue) = 208+135+222=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #D087DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087DE is #2F7821. Grayscale: #A6A6A6. Windows color (decimal): -3110946 or 14583760. OLE color: 14583760.

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

Color convert

RGB208135222-
CMYK0.060.3900.13
HSL290.34º56.86%70%-
HSV(B)290.34º39.19%87.06%-
XYZ47.8636.0173.54-
YUV166.74159.18157.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=36.81%
G=23.89%
B=39.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081352220.060.3900.13290.3456.8670
HexD087DE6270D1223946
Octal32020733664701544271106
Binary110100001000011111011110110100111011011001000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087DE; }

 p { color: rgb(208,135,222); }

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

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

 a { background-color: rgb(208,135,222); }

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

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

 span { border-color: rgb(208,135,222); }

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