#d199dc

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

Shades of Wisteria #D199DC

Tints of Wisteria #D199DC

Color information

#D199DC (or 0xD199DC) is unknown color: approx Wisteria. HEX triplet: D1, 99 and DC. RGB value is (209,153,220). Sum of RGB (Red+Green+Blue) = 209+153+220=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D199DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199DC is #2E6623. Grayscale: #B1B1B1. Windows color (decimal): -3040804 or 14457297. OLE color: 14457297.

HSL color Cylindrical-coordinate representation of color #D199DC: hue angle of 290.15º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D199DC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209153220-
CMYK0.050.3000.14
HSL290.15º48.91%73.14%-
HSV(B)290.15º30.45%86.27%-
XYZ50.641.5173.05-
YUV177.38152.05150.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=35.91%
G=26.29%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091532200.050.3000.14290.1548.9173.14
HexD199DC51E0E1223149
Octal32123133453601644261111
Binary11010001100110011101110010111110011101001000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d199dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d199dc; }

 p { color: rgb(209,153,220); }

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

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

 a { background-color: rgb(209,153,220); }

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

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

 span { border-color: rgb(209,153,220); }

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