#D48FF4

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

Shades of Wisteria #D48FF4

Tints of Wisteria #D48FF4

Color information

#D48FF4 (or 0xD48FF4) is unknown color: approx Wisteria. HEX triplet: D4, 8F and F4. RGB value is (212,143,244). Sum of RGB (Red+Green+Blue) = 212+143+244=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #D48FF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FF4 is #2B700B. Grayscale: #AEAEAE. Windows color (decimal): -2846732 or 16027604. OLE color: 16027604.

HSL color Cylindrical-coordinate representation of color #D48FF4: hue angle of 280.99º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D48FF4 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212143244-
CMYK0.130.4100.04
HSL280.99º82.11%75.88%-
HSV(B)280.99º41.39%95.69%-
XYZ53.340.1790.53-
YUV175.14166.86154.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 143 (56.25% from 255) = 23.87%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=35.39%
G=23.87%
B=40.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121432440.130.4100.04280.9982.1175.88
HexD48FF4D2904119524c
Octal324217364155104431122114
Binary1101010010001111111101001101101001010010001100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FF4; }

 p { color: rgb(212,143,244); }

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

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

 a { background-color: rgb(212,143,244); }

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

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

 span { border-color: rgb(212,143,244); }

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