#D48AED

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

Shades of Wisteria #D48AED

Tints of Wisteria #D48AED

Color information

#D48AED (or 0xD48AED) is unknown color: approx Wisteria. HEX triplet: D4, 8A and ED. RGB value is (212,138,237). Sum of RGB (Red+Green+Blue) = 212+138+237=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AED is #2B7512. Grayscale: #ABABAB. Windows color (decimal): -2848019 or 15567572. OLE color: 15567572.

HSL color Cylindrical-coordinate representation of color #D48AED: hue angle of 284.85º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48AED is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212138237-
CMYK0.110.4200.07
HSL284.85º73.33%73.53%-
HSV(B)284.85º41.77%92.94%-
XYZ51.5338.2984.8-
YUV171.41165.02156.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 138 (54.30% from 255) = 23.51%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=36.12%
G=23.51%
B=40.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121382370.110.4200.07284.8573.3373.53
HexD48AEDB2A0711d494a
Octal324212355135207435111112
Binary1101010010001010111011011011101010011110001110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AED; }

 p { color: rgb(212,138,237); }

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

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

 a { background-color: rgb(212,138,237); }

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

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

 span { border-color: rgb(212,138,237); }

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