#D28CEA

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

Shades of Wisteria #D28CEA

Tints of Wisteria #D28CEA

Color information

#D28CEA (or 0xD28CEA) is unknown color: approx Wisteria. HEX triplet: D2, 8C and EA. RGB value is (210,140,234). Sum of RGB (Red+Green+Blue) = 210+140+234=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #D28CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CEA is #2D7315. Grayscale: #ABABAB. Windows color (decimal): -2978582 or 15371474. OLE color: 15371474.

HSL color Cylindrical-coordinate representation of color #D28CEA: hue angle of 284.68º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28CEA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210140234-
CMYK0.100.4000.08
HSL284.68º69.12%73.33%-
HSV(B)284.68º40.17%91.76%-
XYZ50.8138.482.58-
YUV171.65163.19155.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 140 (55.08% from 255) = 23.97%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=35.96%
G=23.97%
B=40.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101402340.100.4000.08284.6869.1273.33
HexD28CEAA280811d4549
Octal3222143521250010435105111
Binary11010010100011001110101010101010000100010001110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CEA; }

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

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

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

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

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

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

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

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