#D289EA

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

Shades of Wisteria #D289EA

Tints of Wisteria #D289EA

Color information

#D289EA (or 0xD289EA) is unknown color: approx Wisteria. HEX triplet: D2, 89 and EA. RGB value is (210,137,234). Sum of RGB (Red+Green+Blue) = 210+137+234=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #D289EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D289EA is #2D7615. Grayscale: #A9A9A9. Windows color (decimal): -2979350 or 15370706. OLE color: 15370706.

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

Color convert

RGB210137234-
CMYK0.100.4100.08
HSL285.15º69.78%72.75%-
HSV(B)285.15º41.45%91.76%-
XYZ50.3837.5382.43-
YUV169.88164.18156.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=36.14%
G=23.58%
B=40.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101372340.100.4100.08285.1569.7872.75
HexD289EAA290811d4649
Octal3222113521251010435106111
Binary11010010100010011110101010101010010100010001110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D289EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D289EA; }

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

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

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

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

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

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

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

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