#D48BE5

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

Shades of Wisteria #D48BE5

Tints of Wisteria #D48BE5

Color information

#D48BE5 (or 0xD48BE5) is unknown color: approx Wisteria. HEX triplet: D4, 8B and E5. RGB value is (212,139,229). Sum of RGB (Red+Green+Blue) = 212+139+229=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #D48BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BE5 is #2B741A. Grayscale: #AAAAAA. Windows color (decimal): -2847771 or 15043540. OLE color: 15043540.

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

Color convert

RGB212139229-
CMYK0.070.3900.10
HSL288.67º63.38%72.16%-
HSV(B)288.67º39.3%89.8%-
XYZ50.5338.1278.82-
YUV171.09160.68157.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 229 (89.84% from 255) = 39.48%
R=36.55%
G=23.97%
B=39.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121392290.070.3900.10288.6763.3872.16
HexD48BE57270A1213f48
Octal32421334574701244177110
Binary110101001000101111100101111100111010101001000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BE5; }

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

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

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

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

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

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

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

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