#D296DD

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

Shades of Wisteria #D296DD

Tints of Wisteria #D296DD

Color information

#D296DD (or 0xD296DD) is unknown color: approx Wisteria. HEX triplet: D2, 96 and DD. RGB value is (210,150,221). Sum of RGB (Red+Green+Blue) = 210+150+221=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D296DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DD is #2D6922. Grayscale: #AFAFAF. Windows color (decimal): -2976035 or 14522066. OLE color: 14522066.

HSL color Cylindrical-coordinate representation of color #D296DD: hue angle of 290.7º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D296DD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210150221-
CMYK0.050.3200.13
HSL290.7º51.08%72.75%-
HSV(B)290.7º32.13%86.67%-
XYZ50.5440.7373.61-
YUV176.03153.38152.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=36.14%
G=25.82%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101502210.050.3200.13290.751.0872.75
HexD296DD5200D1233349
Octal32222633554001544363111
Binary110100101001011011011101101100000011011001000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296DD; }

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

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

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

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

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

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

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

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