#D19CE0

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

Shades of Wisteria #D19CE0

Tints of Wisteria #D19CE0

Color information

#D19CE0 (or 0xD19CE0) is unknown color: approx Wisteria. HEX triplet: D1, 9C and E0. RGB value is (209,156,224). Sum of RGB (Red+Green+Blue) = 209+156+224=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #D19CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CE0 is #2E631F. Grayscale: #B3B3B3. Windows color (decimal): -3040032 or 14720209. OLE color: 14720209.

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

Color convert

RGB209156224-
CMYK0.070.3000.12
HSL286.76º52.31%74.51%-
HSV(B)286.76º30.36%87.84%-
XYZ51.6442.7176.04-
YUV179.6153.06148.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=35.48%
G=26.49%
B=38.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091562240.070.3000.12286.7652.3174.51
HexD19CE071E0C11f344b
Octal32123434073601443764113
Binary11010001100111001110000011111110011001000111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CE0; }

 p { color: rgb(209,156,224); }

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

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

 a { background-color: rgb(209,156,224); }

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

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

 span { border-color: rgb(209,156,224); }

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