#D498F1

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

Shades of Wisteria #D498F1

Tints of Wisteria #D498F1

Color information

#D498F1 (or 0xD498F1) is unknown color: approx Wisteria. HEX triplet: D4, 98 and F1. RGB value is (212,152,241). Sum of RGB (Red+Green+Blue) = 212+152+241=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #D498F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498F1 is #2B670E. Grayscale: #B3B3B3. Windows color (decimal): -2844431 or 15833300. OLE color: 15833300.

HSL color Cylindrical-coordinate representation of color #D498F1: hue angle of 280.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D498F1 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212152241-
CMYK0.120.3700.05
HSL280.45º76.07%77.06%-
HSV(B)280.45º36.93%94.51%-
XYZ54.2642.888.62-
YUV180.09162.38150.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=35.04%
G=25.12%
B=39.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121522410.120.3700.05280.4576.0777.06
HexD498F1C25051184c4d
Octal324230361144505430114115
Binary1101010010011000111100011100100101010110001100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498F1; }

 p { color: rgb(212,152,241); }

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

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

 a { background-color: rgb(212,152,241); }

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

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

 span { border-color: rgb(212,152,241); }

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