#D28FE2

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

Shades of Wisteria #D28FE2

Tints of Wisteria #D28FE2

Color information

#D28FE2 (or 0xD28FE2) is unknown color: approx Wisteria. HEX triplet: D2, 8F and E2. RGB value is (210,143,226). Sum of RGB (Red+Green+Blue) = 210+143+226=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #D28FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FE2 is #2D701D. Grayscale: #ACACAC. Windows color (decimal): -2977822 or 14847954. OLE color: 14847954.

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

Color convert

RGB210143226-
CMYK0.070.3700.11
HSL288.43º58.87%72.35%-
HSV(B)288.43º36.73%88.63%-
XYZ50.1338.8476.81-
YUV172.5158.2154.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=36.27%
G=24.70%
B=39.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101432260.070.3700.11288.4358.8772.35
HexD28FE27250B1203b48
Octal32221734274501344073110
Binary110100101000111111100010111100101010111001000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FE2; }

 p { color: rgb(210,143,226); }

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

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

 a { background-color: rgb(210,143,226); }

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

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

 span { border-color: rgb(210,143,226); }

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