#D088EA

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

Shades of Wisteria #D088EA

Tints of Wisteria #D088EA

Color information

#D088EA (or 0xD088EA) is unknown color: approx Wisteria. HEX triplet: D0, 88 and EA. RGB value is (208,136,234). Sum of RGB (Red+Green+Blue) = 208+136+234=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #D088EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088EA is #2F7715. Grayscale: #A8A8A8. Windows color (decimal): -3110678 or 15370448. OLE color: 15370448.

HSL color Cylindrical-coordinate representation of color #D088EA: hue angle of 284.08º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D088EA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208136234-
CMYK0.110.4200.08
HSL284.08º70%72.55%-
HSV(B)284.08º41.88%91.76%-
XYZ49.6736.9682.36-
YUV168.7164.85156.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=35.99%
G=23.53%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081362340.110.4200.08284.087072.55
HexD088EAB2A0811c4649
Octal3202103521352010434106111
Binary11010000100010001110101010111010100100010001110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088EA; }

 p { color: rgb(208,136,234); }

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

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

 a { background-color: rgb(208,136,234); }

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

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

 span { border-color: rgb(208,136,234); }

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