#D29EF3

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

Shades of Wisteria #D29EF3

Tints of Wisteria #D29EF3

Color information

#D29EF3 (or 0xD29EF3) is unknown color: approx Wisteria. HEX triplet: D2, 9E and F3. RGB value is (210,158,243). Sum of RGB (Red+Green+Blue) = 210+158+243=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #D29EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EF3 is #2D610C. Grayscale: #B6B6B6. Windows color (decimal): -2973965 or 15965906. OLE color: 15965906.

HSL color Cylindrical-coordinate representation of color #D29EF3: hue angle of 276.71º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29EF3 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210158243-
CMYK0.140.3500.05
HSL276.71º77.98%78.63%-
HSV(B)276.71º34.98%95.29%-
XYZ54.9844.6390.51-
YUV183.24161.73147.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.37%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 243 (95.31% from 255) = 39.77%
R=34.37%
G=25.86%
B=39.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101582430.140.3500.05276.7177.9878.63
HexD29EF3E23051154e4f
Octal322236363164305425116117
Binary1101001010011110111100111110100011010110001010110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EF3; }

 p { color: rgb(210,158,243); }

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

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

 a { background-color: rgb(210,158,243); }

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

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

 span { border-color: rgb(210,158,243); }

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