#D28CE1

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

Shades of Wisteria #D28CE1

Tints of Wisteria #D28CE1

Color information

#D28CE1 (or 0xD28CE1) is unknown color: approx Wisteria. HEX triplet: D2, 8C and E1. RGB value is (210,140,225). Sum of RGB (Red+Green+Blue) = 210+140+225=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #D28CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CE1 is #2D731E. Grayscale: #AAAAAA. Windows color (decimal): -2978591 or 14781650. OLE color: 14781650.

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

Color convert

RGB210140225-
CMYK0.070.3800.12
HSL289.41º58.62%71.57%-
HSV(B)289.41º37.78%88.24%-
XYZ49.5537.8975.94-
YUV170.62158.69156.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=36.52%
G=24.35%
B=39.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101402250.070.3800.12289.4158.6271.57
HexD28CE17260C1213b48
Octal32221434174601444173110
Binary110100101000110011100001111100110011001001000011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CE1; }

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

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

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

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

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

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

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

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