#D289E0

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

Shades of Wisteria #D289E0

Tints of Wisteria #D289E0

Color information

#D289E0 (or 0xD289E0) is unknown color: approx Wisteria. HEX triplet: D2, 89 and E0. RGB value is (210,137,224). Sum of RGB (Red+Green+Blue) = 210+137+224=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #D289E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289E0 is #2D761F. Grayscale: #A8A8A8. Windows color (decimal): -2979360 or 14715346. OLE color: 14715346.

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

Color convert

RGB210137224-
CMYK0.060.3900.12
HSL290.34º58.39%70.78%-
HSV(B)290.34º38.84%87.84%-
XYZ48.9836.9775.08-
YUV168.74159.18157.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=36.78%
G=23.99%
B=39.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101372240.060.3900.12290.3458.3970.78
HexD289E06270C1223a47
Octal32221134064701444272107
Binary110100101000100111100000110100111011001001000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D289E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D289E0; }

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

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

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

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

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

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

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

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