#D296E4

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

Shades of Wisteria #D296E4

Tints of Wisteria #D296E4

Color information

#D296E4 (or 0xD296E4) is unknown color: approx Wisteria. HEX triplet: D2, 96 and E4. RGB value is (210,150,228). Sum of RGB (Red+Green+Blue) = 210+150+228=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #D296E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296E4 is #2D691B. Grayscale: #B0B0B0. Windows color (decimal): -2976028 or 14980818. OLE color: 14980818.

HSL color Cylindrical-coordinate representation of color #D296E4: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D296E4 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210150228-
CMYK0.080.3400.11
HSL286.15º59.09%74.12%-
HSV(B)286.15º34.21%89.41%-
XYZ51.4941.1278.62-
YUV176.83156.88151.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 228 (89.45% from 255) = 38.78%
R=35.71%
G=25.51%
B=38.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101502280.080.3400.11286.1559.0974.12
HexD296E48220B11e3b4a
Octal322226344104201343673112
Binary1101001010010110111001001000100010010111000111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296E4; }

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

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

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

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

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

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

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

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