#D48FEA

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

Shades of Wisteria #D48FEA

Tints of Wisteria #D48FEA

Color information

#D48FEA (or 0xD48FEA) is unknown color: approx Wisteria. HEX triplet: D4, 8F and EA. RGB value is (212,143,234). Sum of RGB (Red+Green+Blue) = 212+143+234=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D48FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FEA is #2B7015. Grayscale: #ADADAD. Windows color (decimal): -2846742 or 15372244. OLE color: 15372244.

HSL color Cylindrical-coordinate representation of color #D48FEA: hue angle of 285.49º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48FEA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212143234-
CMYK0.090.3900.08
HSL285.49º68.42%73.92%-
HSV(B)285.49º38.89%91.76%-
XYZ51.8339.5882.75-
YUV174161.86155.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 143 (56.25% from 255) = 24.28%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=35.99%
G=24.28%
B=39.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121432340.090.3900.08285.4968.4273.92
HexD48FEA9270811d444a
Octal3242173521147010435104112
Binary11010100100011111110101010011001110100010001110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FEA; }

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

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

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

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

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

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

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

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