#D48EEA

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

Shades of Wisteria #D48EEA

Tints of Wisteria #D48EEA

Color information

#D48EEA (or 0xD48EEA) is unknown color: approx Wisteria. HEX triplet: D4, 8E and EA. RGB value is (212,142,234). Sum of RGB (Red+Green+Blue) = 212+142+234=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #D48EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EEA is #2B7115. Grayscale: #ADADAD. Windows color (decimal): -2846998 or 15371988. OLE color: 15371988.

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

Color convert

RGB212142234-
CMYK0.090.3900.08
HSL285.65º68.66%73.73%-
HSV(B)285.65º39.32%91.76%-
XYZ51.6839.2882.7-
YUV173.42162.19155.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 142 (55.86% from 255) = 24.15%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=36.05%
G=24.15%
B=39.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121422340.090.3900.08285.6568.6673.73
HexD48EEA9270811e454a
Octal3242163521147010436105112
Binary11010100100011101110101010011001110100010001111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EEA; }

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

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

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

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

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

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

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

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