#D492F1

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

Shades of Wisteria #D492F1

Tints of Wisteria #D492F1

Color information

#D492F1 (or 0xD492F1) is unknown color: approx Wisteria. HEX triplet: D4, 92 and F1. RGB value is (212,146,241). Sum of RGB (Red+Green+Blue) = 212+146+241=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #D492F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492F1 is #2B6D0E. Grayscale: #B0B0B0. Windows color (decimal): -2845967 or 15831764. OLE color: 15831764.

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

Color convert

RGB212146241-
CMYK0.120.3900.05
HSL281.68º77.24%75.88%-
HSV(B)281.68º39.42%94.51%-
XYZ53.3140.9188.31-
YUV176.56164.37153.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=35.39%
G=24.37%
B=40.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121462410.120.3900.05281.6877.2475.88
HexD492F1C270511a4d4c
Octal324222361144705432115114
Binary1101010010010010111100011100100111010110001101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492F1; }

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

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

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

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

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

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

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

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