#D29EE0

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

Shades of Wisteria #D29EE0

Tints of Wisteria #D29EE0

Color information

#D29EE0 (or 0xD29EE0) is unknown color: approx Wisteria. HEX triplet: D2, 9E and E0. RGB value is (210,158,224). Sum of RGB (Red+Green+Blue) = 210+158+224=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #D29EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EE0 is #2D611F. Grayscale: #B4B4B4. Windows color (decimal): -2973984 or 14720722. OLE color: 14720722.

HSL color Cylindrical-coordinate representation of color #D29EE0: hue angle of 287.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29EE0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210158224-
CMYK0.060.2900.12
HSL287.27º51.56%74.9%-
HSV(B)287.27º29.46%87.84%-
XYZ52.2643.5476.17-
YUV181.07152.23148.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 158 (62.11% from 255) = 26.69%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=35.47%
G=26.69%
B=37.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101582240.060.2900.12287.2751.5674.9
HexD29EE061D0C11f344b
Octal32223634063501443764113
Binary11010010100111101110000011011101011001000111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EE0; }

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

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

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

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

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

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

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

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