#D292EA

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

Shades of Wisteria #D292EA

Tints of Wisteria #D292EA

Color information

#D292EA (or 0xD292EA) is unknown color: approx Wisteria. HEX triplet: D2, 92 and EA. RGB value is (210,146,234). Sum of RGB (Red+Green+Blue) = 210+146+234=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #D292EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292EA is #2D6D15. Grayscale: #AEAEAE. Windows color (decimal): -2977046 or 15373010. OLE color: 15373010.

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

Color convert

RGB210146234-
CMYK0.100.3800.08
HSL283.64º67.69%74.51%-
HSV(B)283.64º37.61%91.76%-
XYZ51.7140.282.88-
YUV175.17161.2152.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=35.59%
G=24.75%
B=39.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101462340.100.3800.08283.6467.6974.51
HexD292EAA260811c444b
Octal3222223521246010434104113
Binary11010010100100101110101010101001100100010001110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292EA; }

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

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

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

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

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

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

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

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