#D28CEF

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

Shades of Wisteria #D28CEF

Tints of Wisteria #D28CEF

Color information

#D28CEF (or 0xD28CEF) is unknown color: approx Wisteria. HEX triplet: D2, 8C and EF. RGB value is (210,140,239). Sum of RGB (Red+Green+Blue) = 210+140+239=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #D28CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CEF is #2D7310. Grayscale: #ABABAB. Windows color (decimal): -2978577 or 15699154. OLE color: 15699154.

HSL color Cylindrical-coordinate representation of color #D28CEF: hue angle of 282.42º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28CEF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210140239-
CMYK0.120.4100.06
HSL282.42º75.57%74.31%-
HSV(B)282.42º41.42%93.73%-
XYZ51.5438.6986.41-
YUV172.22165.69154.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=35.65%
G=23.77%
B=40.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101402390.120.4100.06282.4275.5774.31
HexD28CEFC290611a4c4a
Octal322214357145106432114112
Binary1101001010001100111011111100101001011010001101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CEF; }

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

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

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

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

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

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

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

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