#D48DEB

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

Shades of Wisteria #D48DEB

Tints of Wisteria #D48DEB

Color information

#D48DEB (or 0xD48DEB) is unknown color: approx Wisteria. HEX triplet: D4, 8D and EB. RGB value is (212,141,235). Sum of RGB (Red+Green+Blue) = 212+141+235=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #D48DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DEB is #2B7214. Grayscale: #ACACAC. Windows color (decimal): -2847253 or 15437268. OLE color: 15437268.

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

Color convert

RGB212141235-
CMYK0.100.400.08
HSL285.32º70.15%73.73%-
HSV(B)285.32º40%92.16%-
XYZ51.6739.0483.41-
YUV172.94163.02155.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=36.05%
G=23.98%
B=39.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121412350.100.400.08285.3270.1573.73
HexD48DEBA280811d464a
Octal3242153531250010435106112
Binary11010100100011011110101110101010000100010001110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DEB; }

 p { color: rgb(212,141,235); }

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

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

 a { background-color: rgb(212,141,235); }

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

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

 span { border-color: rgb(212,141,235); }

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