#D288EB

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

Shades of Wisteria #D288EB

Tints of Wisteria #D288EB

Color information

#D288EB (or 0xD288EB) is unknown color: approx Wisteria. HEX triplet: D2, 88 and EB. RGB value is (210,136,235). Sum of RGB (Red+Green+Blue) = 210+136+235=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #D288EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288EB is #2D7714. Grayscale: #A9A9A9. Windows color (decimal): -2979605 or 15435986. OLE color: 15435986.

HSL color Cylindrical-coordinate representation of color #D288EB: hue angle of 284.85º degrees, saturation: 0.71, 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 #D288EB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210136235-
CMYK0.110.4200.08
HSL284.85º71.22%72.75%-
HSV(B)284.85º42.13%92.16%-
XYZ50.3837.3183.14-
YUV169.41165.02156.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 136 (53.52% from 255) = 23.41%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=36.14%
G=23.41%
B=40.45%

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
Decimal2101362350.110.4200.08284.8571.2272.75
HexD288EBB2A0811d4749
Octal3222103531352010435107111
Binary11010010100010001110101110111010100100010001110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288EB; }

 p { color: rgb(210,136,235); }

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

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

 a { background-color: rgb(210,136,235); }

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

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

 span { border-color: rgb(210,136,235); }

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