#D48EF3

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

Shades of Wisteria #D48EF3

Tints of Wisteria #D48EF3

Color information

#D48EF3 (or 0xD48EF3) is unknown color: approx Wisteria. HEX triplet: D4, 8E and F3. RGB value is (212,142,243). Sum of RGB (Red+Green+Blue) = 212+142+243=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #D48EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EF3 is #2B710C. Grayscale: #AEAEAE. Windows color (decimal): -2846989 or 15961812. OLE color: 15961812.

HSL color Cylindrical-coordinate representation of color #D48EF3: hue angle of 281.58º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48EF3 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212142243-
CMYK0.130.4200.05
HSL281.58º80.8%75.49%-
HSV(B)281.58º41.56%95.29%-
XYZ5339.8189.69-
YUV174.44166.69154.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 142 (55.86% from 255) = 23.79%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=35.51%
G=23.79%
B=40.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121422430.130.4200.05281.5880.875.49
HexD48EF3D2A0511a514b
Octal324216363155205432121113
Binary1101010010001110111100111101101010010110001101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EF3; }

 p { color: rgb(212,142,243); }

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

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

 a { background-color: rgb(212,142,243); }

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

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

 span { border-color: rgb(212,142,243); }

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