#D48AEB

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

Shades of Wisteria #D48AEB

Tints of Wisteria #D48AEB

Color information

#D48AEB (or 0xD48AEB) is unknown color: approx Wisteria. HEX triplet: D4, 8A and EB. RGB value is (212,138,235). Sum of RGB (Red+Green+Blue) = 212+138+235=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #D48AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AEB is #2B7514. Grayscale: #AAAAAA. Windows color (decimal): -2848021 or 15436500. OLE color: 15436500.

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

Color convert

RGB212138235-
CMYK0.100.4100.08
HSL285.77º70.8%73.14%-
HSV(B)285.77º41.28%92.16%-
XYZ51.2438.1783.26-
YUV171.18164.02157.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=36.24%
G=23.59%
B=40.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121382350.100.4100.08285.7770.873.14
HexD48AEBA290811e4749
Octal3242123531251010436107111
Binary11010100100010101110101110101010010100010001111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AEB; }

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

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

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

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

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

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

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

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