#D285E6

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

Shades of Wisteria #D285E6

Tints of Wisteria #D285E6

Color information

#D285E6 (or 0xD285E6) is unknown color: approx Wisteria. HEX triplet: D2, 85 and E6. RGB value is (210,133,230). Sum of RGB (Red+Green+Blue) = 210+133+230=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #D285E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285E6 is #2D7A19. Grayscale: #A6A6A6. Windows color (decimal): -2980378 or 15107538. OLE color: 15107538.

HSL color Cylindrical-coordinate representation of color #D285E6: hue angle of 287.63º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D285E6 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210133230-
CMYK0.090.4200.10
HSL287.63º65.99%71.18%-
HSV(B)287.63º42.17%90.2%-
XYZ49.2536.1979.25-
YUV167.08163.51158.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=36.65%
G=23.21%
B=40.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101332300.090.4200.10287.6365.9971.18
HexD285E692A0A1204247
Octal3222053461152012440102107
Binary11010010100001011110011010011010100101010010000010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285E6; }

 p { color: rgb(210,133,230); }

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

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

 a { background-color: rgb(210,133,230); }

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

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

 span { border-color: rgb(210,133,230); }

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