#D48DE6

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

Shades of Wisteria #D48DE6

Tints of Wisteria #D48DE6

Color information

#D48DE6 (or 0xD48DE6) is unknown color: approx Wisteria. HEX triplet: D4, 8D and E6. RGB value is (212,141,230). Sum of RGB (Red+Green+Blue) = 212+141+230=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #D48DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DE6 is #2B7219. Grayscale: #ACACAC. Windows color (decimal): -2847258 or 15109588. OLE color: 15109588.

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

Color convert

RGB212141230-
CMYK0.080.3900.10
HSL287.87º64.03%72.75%-
HSV(B)287.87º38.7%90.2%-
XYZ50.9638.7679.66-
YUV172.38160.52156.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 230 (90.23% from 255) = 39.45%
R=36.36%
G=24.19%
B=39.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121412300.080.3900.10287.8764.0372.75
HexD48DE68270A1204049
Octal3242153461047012440100111
Binary11010100100011011110011010001001110101010010000010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DE6; }

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

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

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

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

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

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

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

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