#D48DED

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

Shades of Wisteria #D48DED

Tints of Wisteria #D48DED

Color information

#D48DED (or 0xD48DED) is unknown color: approx Wisteria. HEX triplet: D4, 8D and ED. RGB value is (212,141,237). Sum of RGB (Red+Green+Blue) = 212+141+237=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DED is #2B7212. Grayscale: #ACACAC. Windows color (decimal): -2847251 or 15568340. OLE color: 15568340.

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

Color convert

RGB212141237-
CMYK0.110.4100.07
HSL284.38º72.73%74.12%-
HSV(B)284.38º40.51%92.94%-
XYZ51.9639.1684.94-
YUV173.17164.02155.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=35.93%
G=23.90%
B=40.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121412370.110.4100.07284.3872.7374.12
HexD48DEDB290711c494a
Octal324215355135107434111112
Binary1101010010001101111011011011101001011110001110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DED; }

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

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

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

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

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

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

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

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