#D292E1

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

Shades of Wisteria #D292E1

Tints of Wisteria #D292E1

Color information

#D292E1 (or 0xD292E1) is unknown color: approx Wisteria. HEX triplet: D2, 92 and E1. RGB value is (210,146,225). Sum of RGB (Red+Green+Blue) = 210+146+225=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #D292E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292E1 is #2D6D1E. Grayscale: #ADADAD. Windows color (decimal): -2977055 or 14783186. OLE color: 14783186.

HSL color Cylindrical-coordinate representation of color #D292E1: hue angle of 288.61º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D292E1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210146225-
CMYK0.070.3500.12
HSL288.61º56.83%72.75%-
HSV(B)288.61º35.11%88.24%-
XYZ50.4539.776.24-
YUV174.14156.7153.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=36.14%
G=25.13%
B=38.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101462250.070.3500.12288.6156.8372.75
HexD292E17230C1213949
Octal32222234174301444171111
Binary110100101001001011100001111100011011001001000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292E1; }

 p { color: rgb(210,146,225); }

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

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

 a { background-color: rgb(210,146,225); }

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

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

 span { border-color: rgb(210,146,225); }

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