#D48DE4

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

Shades of Wisteria #D48DE4

Tints of Wisteria #D48DE4

Color information

#D48DE4 (or 0xD48DE4) is unknown color: approx Wisteria. HEX triplet: D4, 8D and E4. RGB value is (212,141,228). Sum of RGB (Red+Green+Blue) = 212+141+228=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #D48DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DE4 is #2B721B. Grayscale: #ABABAB. Windows color (decimal): -2847260 or 14978516. OLE color: 14978516.

HSL color Cylindrical-coordinate representation of color #D48DE4: hue angle of 288.97º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48DE4 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212141228-
CMYK0.070.3800.11
HSL288.97º61.7%72.35%-
HSV(B)288.97º38.16%89.41%-
XYZ50.6838.6578.19-
YUV172.15159.52156.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=36.49%
G=24.27%
B=39.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121412280.070.3800.11288.9761.772.35
HexD48DE47260B1213e48
Octal32421534474601344176110
Binary110101001000110111100100111100110010111001000011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DE4; }

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

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

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

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

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

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

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

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