#D48BEE

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

Shades of Wisteria #D48BEE

Tints of Wisteria #D48BEE

Color information

#D48BEE (or 0xD48BEE) is unknown color: approx Wisteria. HEX triplet: D4, 8B and EE. RGB value is (212,139,238). Sum of RGB (Red+Green+Blue) = 212+139+238=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #D48BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BEE is #2B7411. Grayscale: #ABABAB. Windows color (decimal): -2847762 or 15633364. OLE color: 15633364.

HSL color Cylindrical-coordinate representation of color #D48BEE: hue angle of 284.24º degrees, saturation: 0.74, 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 #D48BEE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212139238-
CMYK0.110.4200.07
HSL284.24º74.44%73.92%-
HSV(B)284.24º41.6%93.33%-
XYZ51.8238.6485.62-
YUV172.11165.18156.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 139 (54.69% from 255) = 23.60%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=35.99%
G=23.60%
B=40.41%

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
Decimal2121392380.110.4200.07284.2474.4473.92
HexD48BEEB2A0711c4a4a
Octal324213356135207434112112
Binary1101010010001011111011101011101010011110001110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BEE; }

 p { color: rgb(212,139,238); }

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

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

 a { background-color: rgb(212,139,238); }

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

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

 span { border-color: rgb(212,139,238); }

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