#D28DE1

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

Shades of Wisteria #D28DE1

Tints of Wisteria #D28DE1

Color information

#D28DE1 (or 0xD28DE1) is unknown color: approx Wisteria. HEX triplet: D2, 8D and E1. RGB value is (210,141,225). Sum of RGB (Red+Green+Blue) = 210+141+225=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #D28DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DE1 is #2D721E. Grayscale: #AAAAAA. Windows color (decimal): -2978335 or 14781906. OLE color: 14781906.

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

Color convert

RGB210141225-
CMYK0.070.3700.12
HSL289.29º58.33%71.76%-
HSV(B)289.29º37.33%88.24%-
XYZ49.6938.1975.99-
YUV171.21158.36155.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.46%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=36.46%
G=24.48%
B=39.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101412250.070.3700.12289.2958.3371.76
HexD28DE17250C1213a48
Octal32221534174501444172110
Binary110100101000110111100001111100101011001001000011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DE1; }

 p { color: rgb(210,141,225); }

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

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

 a { background-color: rgb(210,141,225); }

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

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

 span { border-color: rgb(210,141,225); }

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