#D288EA

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

Shades of Wisteria #D288EA

Tints of Wisteria #D288EA

Color information

#D288EA (or 0xD288EA) is unknown color: approx Wisteria. HEX triplet: D2, 88 and EA. RGB value is (210,136,234). Sum of RGB (Red+Green+Blue) = 210+136+234=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #D288EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288EA is #2D7715. Grayscale: #A8A8A8. Windows color (decimal): -2979606 or 15370450. OLE color: 15370450.

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

Color convert

RGB210136234-
CMYK0.100.4200.08
HSL285.31º70%72.55%-
HSV(B)285.31º41.88%91.76%-
XYZ50.2337.2582.38-
YUV169.3164.52157.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 136 (53.52% from 255) = 23.45%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=36.21%
G=23.45%
B=40.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101362340.100.4200.08285.317072.55
HexD288EAA2A0811d4649
Octal3222103521252010435106111
Binary11010010100010001110101010101010100100010001110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288EA; }

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

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

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

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

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

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

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

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