#D296EA

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

Shades of Wisteria #D296EA

Tints of Wisteria #D296EA

Color information

#D296EA (or 0xD296EA) is unknown color: approx Wisteria. HEX triplet: D2, 96 and EA. RGB value is (210,150,234). Sum of RGB (Red+Green+Blue) = 210+150+234=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #D296EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296EA is #2D6915. Grayscale: #B1B1B1. Windows color (decimal): -2976022 or 15374034. OLE color: 15374034.

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

Color convert

RGB210150234-
CMYK0.100.3600.08
HSL282.86º66.67%75.29%-
HSV(B)282.86º35.9%91.76%-
XYZ52.3441.4583.09-
YUV177.52159.88151.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=35.35%
G=25.25%
B=39.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101502340.100.3600.08282.8666.6775.29
HexD296EAA240811b434b
Octal3222263521244010433103113
Binary11010010100101101110101010101001000100010001101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296EA; }

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

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

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

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

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

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

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

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